Changeset View
Changeset View
Standalone View
Standalone View
source/blender/draw/intern/draw_cache_impl.h
| Show First 20 Lines • Show All 260 Lines • ▼ Show 20 Lines | struct GPUBatch *DRW_particles_batch_cache_get_edit_strands(struct Object *object, | ||||
| struct PTCacheEdit *edit, | struct PTCacheEdit *edit, | ||||
| bool use_weight); | bool use_weight); | ||||
| struct GPUBatch *DRW_particles_batch_cache_get_edit_inner_points(struct Object *object, | struct GPUBatch *DRW_particles_batch_cache_get_edit_inner_points(struct Object *object, | ||||
| struct ParticleSystem *psys, | struct ParticleSystem *psys, | ||||
| struct PTCacheEdit *edit); | struct PTCacheEdit *edit); | ||||
| struct GPUBatch *DRW_particles_batch_cache_get_edit_tip_points(struct Object *object, | struct GPUBatch *DRW_particles_batch_cache_get_edit_tip_points(struct Object *object, | ||||
| struct ParticleSystem *psys, | struct ParticleSystem *psys, | ||||
| struct PTCacheEdit *edit); | struct PTCacheEdit *edit); | ||||
| #ifdef __cplusplus | #ifdef __cplusplus | ||||
| } | } | ||||
| #endif | #endif | ||||