Blender  V3.3
Public Attributes | List of all members
ParticleBatchCache Struct Reference

Public Attributes

ParticleHairCache hair
 
ParticlePointCache point
 
ParticleHairCache edit_hair
 
GPUVertBufedit_pos
 
GPUBatchedit_strands
 
GPUVertBufedit_inner_pos
 
GPUBatchedit_inner_points
 
int edit_inner_point_len
 
GPUVertBufedit_tip_pos
 
GPUBatchedit_tip_points
 
int edit_tip_point_len
 
bool is_dirty
 
bool edit_is_weight
 

Detailed Description

Definition at line 54 of file draw_cache_impl_particles.c.

Member Data Documentation

◆ edit_hair

ParticleHairCache ParticleBatchCache::edit_hair

◆ edit_inner_point_len

int ParticleBatchCache::edit_inner_point_len

◆ edit_inner_points

GPUBatch* ParticleBatchCache::edit_inner_points

◆ edit_inner_pos

GPUVertBuf* ParticleBatchCache::edit_inner_pos

◆ edit_is_weight

bool ParticleBatchCache::edit_is_weight

◆ edit_pos

GPUVertBuf* ParticleBatchCache::edit_pos

Definition at line 64 of file draw_cache_impl_particles.c.

◆ edit_strands

GPUBatch* ParticleBatchCache::edit_strands

Definition at line 65 of file draw_cache_impl_particles.c.

◆ edit_tip_point_len

int ParticleBatchCache::edit_tip_point_len

◆ edit_tip_points

GPUBatch* ParticleBatchCache::edit_tip_points

◆ edit_tip_pos

GPUVertBuf* ParticleBatchCache::edit_tip_pos

◆ hair

ParticleHairCache ParticleBatchCache::hair

◆ is_dirty

bool ParticleBatchCache::is_dirty

◆ point

ParticlePointCache ParticleBatchCache::point

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