Richard Boegli's CnC_Generals_Zero_Hour Fork WIP
This is documentation of Richard Boegil's Zero Hour Fork
 
Loading...
Searching...
No Matches
BW_Render Class Reference

#include <bw_render.h>

Public Member Functions

 BW_Render (unsigned char *buffer, int scale)
 
 ~BW_Render ()
 
void Fill (unsigned char c)
 
void Set_Vertex_Locations (Vector2 *vertices, int count)
 
void Render_Triangles (const unsigned long *indices, int index_count)
 
void Render_Triangle_Strip (const unsigned long *indices, int index_count)
 

Detailed Description

Definition at line 51 of file bw_render.h.

Constructor & Destructor Documentation

◆ BW_Render()

BW_Render::BW_Render ( unsigned char * buffer,
int scale )

Definition at line 87 of file bw_render.cpp.

◆ ~BW_Render()

BW_Render::~BW_Render ( )

Definition at line 93 of file bw_render.cpp.

Member Function Documentation

◆ Fill()

void BW_Render::Fill ( unsigned char c)

Definition at line 97 of file bw_render.cpp.

◆ Render_Triangle_Strip()

void BW_Render::Render_Triangle_Strip ( const unsigned long * indices,
int index_count )

Definition at line 131 of file bw_render.cpp.

◆ Render_Triangles()

void BW_Render::Render_Triangles ( const unsigned long * indices,
int index_count )

Definition at line 161 of file bw_render.cpp.

◆ Set_Vertex_Locations()

void BW_Render::Set_Vertex_Locations ( Vector2 * vertices,
int count )

Definition at line 103 of file bw_render.cpp.


The documentation for this class was generated from the following files: