|
Blender V4.3
|
Public Attributes | |
| gpu::VertBuf * | pos |
| gpu::Batch * | points |
| int | elems_len |
| int | point_len |
Definition at line 53 of file draw_cache_impl_particles.cc.
| int blender::draw::ParticlePointCache::elems_len |
Definition at line 56 of file draw_cache_impl_particles.cc.
| int blender::draw::ParticlePointCache::point_len |
Definition at line 57 of file draw_cache_impl_particles.cc.
| gpu::Batch* blender::draw::ParticlePointCache::points |
Definition at line 55 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 54 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().