|
Blender
V3.3
|
Public Attributes | |
| GPUVertBuf * | pos |
| GPUBatch * | points |
| int | elems_len |
| int | point_len |
Definition at line 47 of file draw_cache_impl_particles.c.
| int ParticlePointCache::elems_len |
Definition at line 50 of file draw_cache_impl_particles.c.
| int ParticlePointCache::point_len |
Definition at line 51 of file draw_cache_impl_particles.c.
| GPUBatch* ParticlePointCache::points |
Definition at line 49 of file draw_cache_impl_particles.c.
Referenced by DRW_particles_batch_cache_get_dots(), and particle_batch_cache_clear_point().
| GPUVertBuf* ParticlePointCache::pos |
Definition at line 48 of file draw_cache_impl_particles.c.
Referenced by DRW_particles_batch_cache_get_dots(), particle_batch_cache_clear_point(), and particle_batch_cache_ensure_pos().