Ultralight C API 1.4.0
|
#include <Ultralight/CAPI/CAPI_GPUDriver.h>
Index buffer description.
This structure describes an index buffer that can be used to index into a vertex buffer.
Public Attributes | |
unsigned int | size |
The size of the index buffer in bytes. | |
unsigned char * | data |
The raw index buffer data. | |
unsigned char* data |
The raw index buffer data.
unsigned int size |
The size of the index buffer in bytes.