Blender
V3.3
|
#include <GPU_vertex_buffer.h>
Public Attributes | |
uint | size |
uint | stride |
unsigned char * | data |
unsigned char * | data_init |
For low level access only.
Definition at line 121 of file GPU_vertex_buffer.h.
unsigned char* GPUVertBufRaw::data |
Definition at line 124 of file GPU_vertex_buffer.h.
Referenced by GPU_vertbuf_attr_get_raw_data().
unsigned char* GPUVertBufRaw::data_init |
Definition at line 125 of file GPU_vertex_buffer.h.
Referenced by GPU_vertbuf_attr_get_raw_data().
uint GPUVertBufRaw::size |
Definition at line 122 of file GPU_vertex_buffer.h.
Referenced by GPU_vertbuf_attr_get_raw_data().
uint GPUVertBufRaw::stride |
Definition at line 123 of file GPU_vertex_buffer.h.
Referenced by GPU_vertbuf_attr_get_raw_data().