|
Blender V4.3
|
#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 26 of file draw_hair_private.hh.
| blender::gpu::VertBuf* ParticleHairFinalCache::proc_buf |
Definition at line 28 of file draw_hair_private.hh.
Referenced by drw_hair_particle_cache_update_compute(), DRW_hair_pos_buffer_get(), DRW_shgroup_hair_create_sub(), 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 31 of file draw_hair_private.hh.
Referenced by DRW_shgroup_hair_create_sub(), 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 33 of file draw_hair_private.hh.
Referenced by drw_hair_particle_cache_shgrp_attach_resources(), drw_hair_particle_cache_update_compute(), DRW_shgroup_hair_create_sub(), 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().