|
Blender V4.3
|
Public Attributes | ||
| ListBase | grids | |
| struct { | ||
| gpu::VertBuf * pos_nor_in_order | ||
| gpu::Batch * batch | ||
| } | face_wire | |
| gpu::Batch * | selection_surface | |
| bool | is_dirty | |
Definition at line 47 of file draw_cache_impl_volume.cc.
| gpu::Batch* blender::draw::VolumeBatchCache::batch |
Definition at line 54 of file draw_cache_impl_volume.cc.
Referenced by blender::draw::DRW_volume_batch_cache_get_wireframes_face(), blender::draw::drw_volume_wireframe_cb(), and blender::draw::volume_batch_cache_clear().
| struct { ... } blender::draw::VolumeBatchCache::face_wire |
| ListBase blender::draw::VolumeBatchCache::grids |
Definition at line 49 of file draw_cache_impl_volume.cc.
Referenced by blender::draw::volume_batch_cache_clear(), and blender::draw::volume_grid_cache_get().
| bool blender::draw::VolumeBatchCache::is_dirty |
Definition at line 61 of file draw_cache_impl_volume.cc.
Referenced by blender::draw::DRW_volume_batch_cache_dirty_tag(), blender::draw::volume_batch_cache_init(), and blender::draw::volume_batch_cache_valid().
| gpu::VertBuf* blender::draw::VolumeBatchCache::pos_nor_in_order |
Definition at line 53 of file draw_cache_impl_volume.cc.
Referenced by blender::draw::drw_volume_wireframe_cb(), and blender::draw::volume_batch_cache_clear().
| gpu::Batch* blender::draw::VolumeBatchCache::selection_surface |
Definition at line 58 of file draw_cache_impl_volume.cc.
Referenced by blender::draw::DRW_volume_batch_cache_get_selection_surface(), blender::draw::drw_volume_selection_surface_cb(), and blender::draw::volume_batch_cache_clear().