Blender
V3.3
|
Public Attributes | |
ListBase | grids |
struct { | |
GPUVertBuf * pos_nor_in_order | |
GPUBatch * batch | |
} | face_wire |
GPUBatch * | selection_surface |
bool | is_dirty |
Definition at line 42 of file draw_cache_impl_volume.c.
GPUBatch* VolumeBatchCache::batch |
Definition at line 49 of file draw_cache_impl_volume.c.
Referenced by DRW_volume_batch_cache_get_wireframes_face(), drw_volume_wireframe_cb(), and volume_batch_cache_clear().
struct { ... } VolumeBatchCache::face_wire |
ListBase VolumeBatchCache::grids |
Definition at line 44 of file draw_cache_impl_volume.c.
Referenced by volume_batch_cache_clear(), and volume_grid_cache_get().
bool VolumeBatchCache::is_dirty |
Definition at line 56 of file draw_cache_impl_volume.c.
Referenced by DRW_volume_batch_cache_dirty_tag(), volume_batch_cache_init(), and volume_batch_cache_valid().
GPUVertBuf* VolumeBatchCache::pos_nor_in_order |
Definition at line 48 of file draw_cache_impl_volume.c.
Referenced by drw_volume_wireframe_cb(), and volume_batch_cache_clear().
GPUBatch* VolumeBatchCache::selection_surface |
Definition at line 53 of file draw_cache_impl_volume.c.
Referenced by DRW_volume_batch_cache_get_selection_surface(), drw_volume_selection_surface_cb(), and volume_batch_cache_clear().