|
Blender V5.0
|
Public Attributes | |
| gpu::VertBuf * | pos |
| gpu::Batch * | points |
| int | elems_len |
| int | point_len |
Definition at line 85 of file draw_cache_impl_particles.cc.
| int blender::draw::ParticlePointCache::elems_len |
Definition at line 88 of file draw_cache_impl_particles.cc.
| int blender::draw::ParticlePointCache::point_len |
Definition at line 89 of file draw_cache_impl_particles.cc.
| gpu::Batch* blender::draw::ParticlePointCache::points |
Definition at line 87 of file draw_cache_impl_particles.cc.
Referenced by blender::draw::DRW_particles_batch_cache_get_dots(), and blender::draw::particle_batch_cache_clear_point().
| gpu::VertBuf* blender::draw::ParticlePointCache::pos |
Definition at line 86 of file draw_cache_impl_particles.cc.
Referenced by blender::draw::DRW_particles_batch_cache_get_dots(), blender::draw::particle_batch_cache_clear_point(), and blender::draw::particle_batch_cache_ensure_pos().