Blender
V3.3
|
Definition at line 54 of file draw_cache_impl_particles.c.
ParticleHairCache ParticleBatchCache::edit_hair |
Definition at line 62 of file draw_cache_impl_particles.c.
Referenced by DRW_particle_batch_cache_free(), DRW_particles_batch_cache_get_edit_strands(), and particle_batch_cache_clear().
int ParticleBatchCache::edit_inner_point_len |
Definition at line 69 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 68 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 67 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 77 of file draw_cache_impl_particles.c.
Referenced by DRW_particles_batch_cache_get_edit_strands().
GPUVertBuf* ParticleBatchCache::edit_pos |
Definition at line 64 of file draw_cache_impl_particles.c.
GPUBatch* ParticleBatchCache::edit_strands |
Definition at line 65 of file draw_cache_impl_particles.c.
int ParticleBatchCache::edit_tip_point_len |
Definition at line 73 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 72 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 71 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 58 of file draw_cache_impl_particles.c.
Referenced by DRW_particle_batch_cache_free(), DRW_particles_batch_cache_get_hair(), particle_batch_cache_clear(), and particles_ensure_procedural_data().
bool ParticleBatchCache::is_dirty |
Definition at line 76 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 59 of file draw_cache_impl_particles.c.
Referenced by DRW_particles_batch_cache_get_dots(), and particle_batch_cache_clear().