Blender
V3.3
|
Public Attributes | |
GPUVertFormat | format |
uint | pos |
uint | nor |
uint | msk |
uint | fset |
uint | col [MAX_GPU_ATTR] |
uint | uv [MAX_GPU_ATTR] |
int | totcol |
int | totuv |
bool | active_attrs_only |
Definition at line 92 of file gpu_buffers.c.
bool PBVHGPUFormat::active_attrs_only |
Definition at line 101 of file gpu_buffers.c.
Referenced by GPU_pbvh_attribute_names_update(), and GPU_pbvh_mesh_buffers_update().
uint PBVHGPUFormat::col[MAX_GPU_ATTR] |
Definition at line 95 of file gpu_buffers.c.
Referenced by gpu_bmesh_vert_to_buffer_copy(), GPU_pbvh_attribute_names_update(), GPU_pbvh_grid_buffers_update(), and GPU_pbvh_mesh_buffers_update().
GPUVertFormat PBVHGPUFormat::format |
Definition at line 93 of file gpu_buffers.c.
Referenced by GPU_pbvh_attribute_names_update(), and gpu_pbvh_vert_buf_data_set().
uint PBVHGPUFormat::fset |
Definition at line 94 of file gpu_buffers.c.
Referenced by gpu_bmesh_vert_to_buffer_copy(), GPU_pbvh_attribute_names_update(), GPU_pbvh_grid_buffers_update(), and GPU_pbvh_mesh_buffers_update().
uint PBVHGPUFormat::msk |
Definition at line 94 of file gpu_buffers.c.
Referenced by gpu_bmesh_vert_to_buffer_copy(), GPU_pbvh_attribute_names_update(), GPU_pbvh_grid_buffers_update(), and GPU_pbvh_mesh_buffers_update().
uint PBVHGPUFormat::nor |
Definition at line 94 of file gpu_buffers.c.
Referenced by gpu_bmesh_vert_to_buffer_copy(), GPU_pbvh_attribute_names_update(), GPU_pbvh_grid_buffers_update(), and GPU_pbvh_mesh_buffers_update().
uint PBVHGPUFormat::pos |
Definition at line 94 of file gpu_buffers.c.
Referenced by gpu_bmesh_vert_to_buffer_copy(), GPU_pbvh_attribute_names_update(), GPU_pbvh_grid_buffers_update(), and GPU_pbvh_mesh_buffers_update().
int PBVHGPUFormat::totcol |
Definition at line 97 of file gpu_buffers.c.
Referenced by GPU_pbvh_attribute_names_update().
int PBVHGPUFormat::totuv |
Definition at line 97 of file gpu_buffers.c.
Referenced by GPU_pbvh_attribute_names_update().
uint PBVHGPUFormat::uv[MAX_GPU_ATTR] |
Definition at line 96 of file gpu_buffers.c.
Referenced by GPU_pbvh_attribute_names_update(), and GPU_pbvh_mesh_buffers_update().