|
Blender V4.5
|
#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 234 of file GPU_vertex_buffer.hh.
| unsigned char* GPUVertBufRaw::_data_end |
Definition at line 241 of file GPU_vertex_buffer.hh.
Referenced by GPU_vertbuf_attr_get_raw_data().
| unsigned char* GPUVertBufRaw::data |
Definition at line 237 of file GPU_vertex_buffer.hh.
Referenced by GPU_vertbuf_attr_get_raw_data(), GPU_vertbuf_raw_step(), and GPU_vertbuf_raw_used().
| unsigned char* GPUVertBufRaw::data_init |
Definition at line 238 of file GPU_vertex_buffer.hh.
Referenced by GPU_vertbuf_attr_get_raw_data(), and GPU_vertbuf_raw_used().
| uint GPUVertBufRaw::size |
Definition at line 235 of file GPU_vertex_buffer.hh.
Referenced by GPU_vertbuf_attr_get_raw_data().
| uint GPUVertBufRaw::stride |
Definition at line 236 of file GPU_vertex_buffer.hh.
Referenced by GPU_vertbuf_attr_get_raw_data(), GPU_vertbuf_raw_step(), and GPU_vertbuf_raw_used().