|
Blender
V2.93
|
#include <GPU_vertex_buffer.h>
Public Attributes | |
| uint | size |
| uint | stride |
| unsigned char * | data |
| unsigned char * | data_init |
Definition at line 106 of file GPU_vertex_buffer.h.
| unsigned char* GPUVertBufRaw::data |
Definition at line 109 of file GPU_vertex_buffer.h.
Referenced by GPU_vertbuf_attr_get_raw_data().
| unsigned char* GPUVertBufRaw::data_init |
Definition at line 110 of file GPU_vertex_buffer.h.
Referenced by GPU_vertbuf_attr_get_raw_data().
| uint GPUVertBufRaw::size |
Definition at line 107 of file GPU_vertex_buffer.h.
Referenced by displist_vertbuf_attr_set_tri_pos_nor_uv(), DRW_displist_vertbuf_create_loop_pos_and_nor_and_uv_and_tan(), and GPU_vertbuf_attr_get_raw_data().
| uint GPUVertBufRaw::stride |
Definition at line 108 of file GPU_vertex_buffer.h.
Referenced by GPU_vertbuf_attr_get_raw_data().