|
Blender
V2.93
|
Public Attributes | |
| ParticleHairCache | hair |
| ParticlePointCache | point |
| ParticleHairCache | edit_hair |
| GPUVertBuf * | edit_pos |
| GPUBatch * | edit_strands |
| GPUVertBuf * | edit_inner_pos |
| GPUBatch * | edit_inner_points |
| int | edit_inner_point_len |
| GPUVertBuf * | edit_tip_pos |
| GPUBatch * | edit_tip_points |
| int | edit_tip_point_len |
| bool | is_dirty |
| bool | edit_is_weight |
Definition at line 67 of file draw_cache_impl_particles.c.
| ParticleHairCache ParticleBatchCache::edit_hair |
Definition at line 75 of file draw_cache_impl_particles.c.
Referenced by DRW_particles_batch_cache_get_edit_strands(), and particle_batch_cache_clear().
| int ParticleBatchCache::edit_inner_point_len |
Definition at line 82 of file draw_cache_impl_particles.c.
Referenced by ensure_edit_inner_points_count(), and particle_batch_cache_ensure_edit_inner_pos().
| GPUBatch* ParticleBatchCache::edit_inner_points |
Definition at line 81 of file draw_cache_impl_particles.c.
Referenced by DRW_particles_batch_cache_get_edit_inner_points(), and particle_batch_cache_clear().
| GPUVertBuf* ParticleBatchCache::edit_inner_pos |
Definition at line 80 of file draw_cache_impl_particles.c.
Referenced by DRW_particles_batch_cache_get_edit_inner_points(), ensure_edit_inner_points_count(), particle_batch_cache_clear(), and particle_batch_cache_ensure_edit_inner_pos().
| bool ParticleBatchCache::edit_is_weight |
Definition at line 90 of file draw_cache_impl_particles.c.
Referenced by DRW_particles_batch_cache_get_edit_strands().
| GPUVertBuf* ParticleBatchCache::edit_pos |
Definition at line 77 of file draw_cache_impl_particles.c.
| GPUBatch* ParticleBatchCache::edit_strands |
Definition at line 78 of file draw_cache_impl_particles.c.
| int ParticleBatchCache::edit_tip_point_len |
Definition at line 86 of file draw_cache_impl_particles.c.
Referenced by ensure_edit_tip_points_count(), and particle_batch_cache_ensure_edit_tip_pos().
| GPUBatch* ParticleBatchCache::edit_tip_points |
Definition at line 85 of file draw_cache_impl_particles.c.
Referenced by DRW_particles_batch_cache_get_edit_tip_points(), and particle_batch_cache_clear().
| GPUVertBuf* ParticleBatchCache::edit_tip_pos |
Definition at line 84 of file draw_cache_impl_particles.c.
Referenced by DRW_particles_batch_cache_get_edit_tip_points(), ensure_edit_tip_points_count(), particle_batch_cache_clear(), and particle_batch_cache_ensure_edit_tip_pos().
| ParticleHairCache ParticleBatchCache::hair |
Definition at line 71 of file draw_cache_impl_particles.c.
Referenced by DRW_particles_batch_cache_get_hair(), particle_batch_cache_clear(), and particles_ensure_procedural_data().
| bool ParticleBatchCache::is_dirty |
Definition at line 89 of file draw_cache_impl_particles.c.
Referenced by DRW_particle_batch_cache_dirty_tag(), particle_batch_cache_init(), and particle_batch_cache_valid().
| ParticlePointCache ParticleBatchCache::point |
Definition at line 72 of file draw_cache_impl_particles.c.
Referenced by DRW_particles_batch_cache_get_dots(), and particle_batch_cache_clear().