#include <mmstypes.h>
Public Attributes | |
MMS_VERTEX_DATA_TYPE | dtype |
type of vertex data | |
unsigned int | bo |
id of buffer object | |
unsigned int | offs |
offset into the buffer object's data store where data replacement will begin | |
int | eSize |
number of floats per vertex | |
int | eNum |
number of vertices |
Definition at line 1236 of file mmstypes.h.
unsigned int MMS_VERTEX_BUFFER::bo |
unsigned int MMS_VERTEX_BUFFER::offs |
offset into the buffer object's data store where data replacement will begin
Definition at line 1242 of file mmstypes.h.