|
Blender V4.3
|
#include <GPU_vertex_buffer.hh>
Public Attributes | |
| uint | size |
| uint | stride |
| unsigned char * | data |
| unsigned char * | data_init |
| unsigned char * | _data_end |
For low level access only.
Definition at line 236 of file GPU_vertex_buffer.hh.
| unsigned char* GPUVertBufRaw::_data_end |
Definition at line 243 of file GPU_vertex_buffer.hh.
Referenced by GPU_vertbuf_attr_get_raw_data().
| unsigned char* GPUVertBufRaw::data |
Definition at line 239 of file GPU_vertex_buffer.hh.
Referenced by GPU_vertbuf_attr_get_raw_data().
| unsigned char* GPUVertBufRaw::data_init |
Definition at line 240 of file GPU_vertex_buffer.hh.
Referenced by GPU_vertbuf_attr_get_raw_data().
| uint GPUVertBufRaw::size |
Definition at line 237 of file GPU_vertex_buffer.hh.
Referenced by GPU_vertbuf_attr_get_raw_data().
| uint GPUVertBufRaw::stride |
Definition at line 238 of file GPU_vertex_buffer.hh.
Referenced by GPU_vertbuf_attr_get_raw_data().