Blender
V3.3
|
#include <draw_hair_private.h>
Public Attributes | |
GPUVertBuf * | proc_buf |
GPUTexture * | proc_tex |
GPUBatch * | proc_hairs [MAX_THICKRES] |
int | strands_res |
Definition at line 29 of file draw_hair_private.h.
GPUVertBuf* ParticleHairFinalCache::proc_buf |
Definition at line 31 of file draw_hair_private.h.
Referenced by drw_hair_particle_cache_update_compute(), drw_hair_particle_cache_update_transform_feedback(), DRW_hair_pos_buffer_get(), particle_batch_cache_clear_hair(), and particle_batch_cache_ensure_procedural_final_points().
GPUBatch* ParticleHairFinalCache::proc_hairs[MAX_THICKRES] |
Definition at line 35 of file draw_hair_private.h.
Referenced by DRW_shgroup_hair_create_sub(), particle_batch_cache_clear_hair(), and particle_batch_cache_ensure_procedural_indices().
GPUTexture* ParticleHairFinalCache::proc_tex |
Definition at line 32 of file draw_hair_private.h.
Referenced by DRW_shgroup_hair_create_sub(), particle_batch_cache_clear_hair(), and particle_batch_cache_ensure_procedural_final_points().
int ParticleHairFinalCache::strands_res |
Definition at line 37 of file draw_hair_private.h.
Referenced by drw_hair_particle_cache_shgrp_attach_resources(), drw_hair_particle_cache_update_compute(), drw_hair_particle_cache_update_transform_feedback(), DRW_shgroup_hair_create_sub(), particle_batch_cache_ensure_procedural_final_points(), particle_batch_cache_ensure_procedural_indices(), and particles_ensure_procedural_data().