|
FS2_Open
Open source remastering of the Freespace 2 engine
|
#include <2d.h>
Public Types | |
| enum | vertex_format { POSITION4, POSITION3, POSITION2, SCREEN_POS, COLOR3, COLOR4, TEX_COORD, NORMAL, TANGENT, MODEL_ID, RADIUS, FVEC, UVEC, INTENSITY } |
Public Member Functions | |
| vertex_format_data (vertex_format i_format_type, uint i_stride, void *i_data_src) | |
Public Attributes | |
| vertex_format | format_type |
| uint | stride |
| void * | data_src |
|
inline |
| vertex_format vertex_format_data::format_type |