|
Blender
V2.93
|
Public Attributes | |
| GPUVertBuf * | pos |
| GPUBatch * | points |
| int | elems_len |
| int | point_len |
Definition at line 60 of file draw_cache_impl_particles.c.
| int ParticlePointCache::elems_len |
Definition at line 63 of file draw_cache_impl_particles.c.
| int ParticlePointCache::point_len |
Definition at line 64 of file draw_cache_impl_particles.c.
| GPUBatch* ParticlePointCache::points |
Definition at line 62 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 61 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().