Blender V5.0
blender::draw::ParticleBatchCache Struct Reference

Public Attributes

ParticleHairCache hair
ParticlePointCache point
ParticleHairCache edit_hair
gpu::VertBufedit_pos
gpu::Batch * edit_strands
gpu::VertBufedit_inner_pos
gpu::Batch * edit_inner_points
int edit_inner_point_len
gpu::VertBufedit_tip_pos
gpu::Batch * edit_tip_points
int edit_tip_point_len
bool is_dirty
bool edit_is_weight

Detailed Description

Definition at line 92 of file draw_cache_impl_particles.cc.

Member Data Documentation

◆ edit_hair

◆ edit_inner_point_len

int blender::draw::ParticleBatchCache::edit_inner_point_len

◆ edit_inner_points

gpu::Batch* blender::draw::ParticleBatchCache::edit_inner_points

◆ edit_inner_pos

◆ edit_is_weight

bool blender::draw::ParticleBatchCache::edit_is_weight

◆ edit_pos

gpu::VertBuf* blender::draw::ParticleBatchCache::edit_pos

Definition at line 102 of file draw_cache_impl_particles.cc.

◆ edit_strands

gpu::Batch* blender::draw::ParticleBatchCache::edit_strands

Definition at line 103 of file draw_cache_impl_particles.cc.

◆ edit_tip_point_len

int blender::draw::ParticleBatchCache::edit_tip_point_len

◆ edit_tip_points

gpu::Batch* blender::draw::ParticleBatchCache::edit_tip_points

◆ edit_tip_pos

◆ hair

◆ is_dirty

◆ point

ParticlePointCache blender::draw::ParticleBatchCache::point

The documentation for this struct was generated from the following file: