Changeset View
Changeset View
Standalone View
Standalone View
source/blender/draw/intern/draw_cache_impl.h
| Context not available. | |||||
| struct Lattice; | struct Lattice; | ||||
| struct Mesh; | struct Mesh; | ||||
| struct MetaBall; | struct MetaBall; | ||||
| struct bGPdata; | |||||
| /* Expose via BKE callbacks */ | /* Expose via BKE callbacks */ | ||||
| void DRW_mball_batch_cache_dirty(struct MetaBall *mb, int mode); | void DRW_mball_batch_cache_dirty(struct MetaBall *mb, int mode); | ||||
| Context not available. | |||||
| void DRW_particle_batch_cache_dirty(struct ParticleSystem *psys, int mode); | void DRW_particle_batch_cache_dirty(struct ParticleSystem *psys, int mode); | ||||
| void DRW_particle_batch_cache_free(struct ParticleSystem *psys); | void DRW_particle_batch_cache_free(struct ParticleSystem *psys); | ||||
| void DRW_gpencil_batch_cache_dirty(struct bGPdata *gpd); | |||||
| void DRW_gpencil_batch_cache_free(struct bGPdata *gpd); | |||||
| /* Curve */ | /* Curve */ | ||||
| struct Gwn_Batch *DRW_curve_batch_cache_get_wire_edge(struct Curve *cu, struct CurveCache *ob_curve_cache); | struct Gwn_Batch *DRW_curve_batch_cache_get_wire_edge(struct Curve *cu, struct CurveCache *ob_curve_cache); | ||||
| struct Gwn_Batch *DRW_curve_batch_cache_get_normal_edge( | struct Gwn_Batch *DRW_curve_batch_cache_get_normal_edge( | ||||
| Context not available. | |||||