|
Blender
V3.3
|
Public Attributes | |
| GPUBatch * | batch |
| GPUBatch ** | shaded_triangles |
| int | mat_len |
| GPUVertBuf * | pos_nor_in_order |
| struct { | |
| GPUBatch * batch | |
| } | face_wire |
| GPUBatch * | edge_detection |
| GPUIndexBuf * | edges_adj_lines |
| bool | is_dirty |
| bool | is_manifold |
Definition at line 32 of file draw_cache_impl_metaball.c.
| GPUBatch* MetaBallBatchCache::batch |
Definition at line 33 of file draw_cache_impl_metaball.c.
Referenced by DRW_metaball_batch_cache_get_triangles_with_normals(), DRW_metaball_batch_cache_get_wireframes_face(), metaball_batch_cache_clear(), and metaball_batch_cache_init().
| GPUBatch* MetaBallBatchCache::edge_detection |
Definition at line 47 of file draw_cache_impl_metaball.c.
Referenced by DRW_metaball_batch_cache_get_edge_detection(), metaball_batch_cache_clear(), and metaball_batch_cache_init().
| GPUIndexBuf* MetaBallBatchCache::edges_adj_lines |
Definition at line 48 of file draw_cache_impl_metaball.c.
Referenced by mball_batch_cache_get_edges_adj_lines(), metaball_batch_cache_clear(), and metaball_batch_cache_init().
| struct { ... } MetaBallBatchCache::face_wire |
| bool MetaBallBatchCache::is_dirty |
Definition at line 51 of file draw_cache_impl_metaball.c.
Referenced by DRW_mball_batch_cache_dirty_tag(), metaball_batch_cache_init(), and metaball_batch_cache_valid().
| bool MetaBallBatchCache::is_manifold |
Definition at line 54 of file draw_cache_impl_metaball.c.
Referenced by DRW_metaball_batch_cache_get_edge_detection(), mball_batch_cache_get_edges_adj_lines(), metaball_batch_cache_clear(), and metaball_batch_cache_init().
| int MetaBallBatchCache::mat_len |
Definition at line 36 of file draw_cache_impl_metaball.c.
Referenced by DRW_metaball_batch_cache_get_surface_shaded(), metaball_batch_cache_clear(), and metaball_batch_cache_init().
| GPUVertBuf* MetaBallBatchCache::pos_nor_in_order |
Definition at line 39 of file draw_cache_impl_metaball.c.
Referenced by mball_batch_cache_get_pos_and_normals(), metaball_batch_cache_clear(), and metaball_batch_cache_init().
| GPUBatch** MetaBallBatchCache::shaded_triangles |
Definition at line 34 of file draw_cache_impl_metaball.c.
Referenced by DRW_metaball_batch_cache_get_surface_shaded(), metaball_batch_cache_clear(), and metaball_batch_cache_init().