|
Blender V4.5
|
#include <draw_hair_private.hh>
Public Attributes | |
| blender::gpu::VertBuf * | proc_buf |
| blender::gpu::Batch * | proc_hairs [MAX_THICKRES] |
| int | strands_res |
Definition at line 82 of file draw_hair_private.hh.
| blender::gpu::VertBuf* ParticleHairFinalCache::proc_buf |
Definition at line 84 of file draw_hair_private.hh.
Referenced by drw_hair_particle_cache_update_compute(), DRW_hair_pos_buffer_get(), blender::draw::hair_particle_cache_get(), blender::draw::hair_pos_buffer_get(), blender::draw::hair_sub_pass_setup_implementation(), blender::draw::particle_batch_cache_clear_hair(), and blender::draw::particle_batch_cache_ensure_procedural_final_points().
| blender::gpu::Batch* ParticleHairFinalCache::proc_hairs[MAX_THICKRES] |
Definition at line 87 of file draw_hair_private.hh.
Referenced by blender::draw::hair_sub_pass_setup_implementation(), blender::draw::particle_batch_cache_clear_hair(), and blender::draw::particle_batch_cache_ensure_procedural_indices().
| int ParticleHairFinalCache::strands_res |
Definition at line 89 of file draw_hair_private.hh.
Referenced by drw_hair_particle_cache_update_compute(), blender::draw::hair_particle_cache_get(), blender::draw::hair_sub_pass_setup_implementation(), blender::draw::particle_batch_cache_ensure_procedural_final_points(), blender::draw::particle_batch_cache_ensure_procedural_indices(), and blender::draw::particles_ensure_procedural_data().