|
Blender V5.0
|
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 45 of file draw_cache_impl_volume.cc.
| gpu::Batch* blender::draw::VolumeBatchCache::batch |
Definition at line 52 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 47 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 59 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 51 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 56 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().