|
Blender V5.0
|
Public Attributes | |
| blender::gpu::VertBuf * | pos |
| blender::gpu::IndexBuf * | indices |
| blender::gpu::Batch * | hairs |
| int | strands_len |
| int | elems_len |
| int | point_len |
| Vector< int > | points_by_curve_storage |
| Vector< int > | evaluated_points_by_curve_storage |
| CurvesEvalCache | eval_cache |
Definition at line 69 of file draw_cache_impl_particles.cc.
| int blender::draw::ParticleHairCache::elems_len |
| CurvesEvalCache blender::draw::ParticleHairCache::eval_cache |
Definition at line 82 of file draw_cache_impl_particles.cc.
Referenced by blender::draw::hair_particle_get_eval_cache(), blender::draw::particle_batch_cache_clear_hair(), and blender::draw::particle_batch_cache_init().
| Vector<int> blender::draw::ParticleHairCache::evaluated_points_by_curve_storage |
Definition at line 80 of file draw_cache_impl_particles.cc.
Referenced by blender::draw::drw_particle_get_hair_source(), and blender::draw::particle_batch_cache_clear_hair().
| blender::gpu::Batch* blender::draw::ParticleHairCache::hairs |
Definition at line 72 of file draw_cache_impl_particles.cc.
Referenced by blender::draw::DRW_particles_batch_cache_get_edit_strands(), blender::draw::DRW_particles_batch_cache_get_hair(), and blender::draw::particle_batch_cache_clear_hair().
| blender::gpu::IndexBuf* blender::draw::ParticleHairCache::indices |
Definition at line 71 of file draw_cache_impl_particles.cc.
Referenced by blender::draw::DRW_particles_batch_cache_get_edit_strands(), blender::draw::DRW_particles_batch_cache_get_hair(), blender::draw::ensure_seg_pt_count(), blender::draw::particle_batch_cache_clear_hair(), blender::draw::particle_batch_cache_ensure_edit_pos_and_seg(), and blender::draw::particle_batch_cache_ensure_pos_and_seg().
| int blender::draw::ParticleHairCache::point_len |
| Vector<int> blender::draw::ParticleHairCache::points_by_curve_storage |
Definition at line 79 of file draw_cache_impl_particles.cc.
Referenced by blender::draw::drw_particle_get_hair_source(), and blender::draw::particle_batch_cache_clear_hair().
| blender::gpu::VertBuf* blender::draw::ParticleHairCache::pos |
Definition at line 70 of file draw_cache_impl_particles.cc.
Referenced by blender::draw::DRW_particles_batch_cache_get_edit_strands(), blender::draw::DRW_particles_batch_cache_get_hair(), blender::draw::ensure_seg_pt_count(), blender::draw::particle_batch_cache_clear_hair(), blender::draw::particle_batch_cache_ensure_edit_pos_and_seg(), blender::draw::particle_batch_cache_ensure_pos_and_seg(), and blender::draw::particle_batch_cache_fill_segments().
| int blender::draw::ParticleHairCache::strands_len |
Definition at line 73 of file draw_cache_impl_particles.cc.
Referenced by blender::draw::count_cache_segment_keys(), and blender::draw::ensure_seg_pt_count().