|
Blender V5.0
|
Public Attributes | |
| PointCloudEvalCache | eval_cache |
| gpu::IndexBuf * | edit_selection_indices = nullptr |
| gpu::Batch * | edit_selection = nullptr |
| bool | is_dirty |
Definition at line 79 of file draw_cache_impl_pointcloud.cc.
| gpu::Batch* blender::draw::PointCloudBatchCache::edit_selection = nullptr |
| gpu::IndexBuf* blender::draw::PointCloudBatchCache::edit_selection_indices = nullptr |
Definition at line 82 of file draw_cache_impl_pointcloud.cc.
Referenced by blender::draw::DRW_pointcloud_batch_cache_create_requested(), blender::draw::pointcloud_batch_cache_clear(), and blender::draw::pointcloud_batch_cache_init().
| PointCloudEvalCache blender::draw::PointCloudBatchCache::eval_cache |
Definition at line 80 of file draw_cache_impl_pointcloud.cc.
Referenced by blender::draw::DRW_pointcloud_batch_cache_create_requested(), blender::draw::DRW_pointcloud_batch_cache_free_old(), blender::draw::DRW_pointcloud_batch_cache_get_dots(), blender::draw::DRW_pointcloud_evaluated_attribute(), blender::draw::pointcloud_batch_cache_clear(), blender::draw::pointcloud_batch_cache_init(), blender::draw::pointcloud_batch_cache_valid(), blender::draw::pointcloud_discard_attributes(), blender::draw::pointcloud_extract_attribute(), blender::draw::pointcloud_extract_indices(), blender::draw::pointcloud_extract_position_and_radius(), blender::draw::pointcloud_position_and_radius_get(), blender::draw::pointcloud_surface_get(), and blender::draw::pointcloud_surface_shaded_get().
| bool blender::draw::PointCloudBatchCache::is_dirty |
Definition at line 86 of file draw_cache_impl_pointcloud.cc.
Referenced by blender::draw::DRW_pointcloud_batch_cache_dirty_tag(), blender::draw::pointcloud_batch_cache_init(), and blender::draw::pointcloud_batch_cache_valid().