Changeset View
Changeset View
Standalone View
Standalone View
source/blender/draw/intern/draw_cache.h
| Show First 20 Lines • Show All 151 Lines • ▼ Show 20 Lines | |||||
| struct Gwn_Batch *DRW_cache_lattice_wire_get(struct Object *ob, bool use_weight); | struct Gwn_Batch *DRW_cache_lattice_wire_get(struct Object *ob, bool use_weight); | ||||
| struct Gwn_Batch *DRW_cache_lattice_vert_overlay_get(struct Object *ob); | struct Gwn_Batch *DRW_cache_lattice_vert_overlay_get(struct Object *ob); | ||||
| /* Particles */ | /* Particles */ | ||||
| struct Gwn_Batch *DRW_cache_particles_get_hair(struct ParticleSystem *psys, struct ModifierData *md); | struct Gwn_Batch *DRW_cache_particles_get_hair(struct ParticleSystem *psys, struct ModifierData *md); | ||||
| struct Gwn_Batch *DRW_cache_particles_get_dots(struct ParticleSystem *psys); | struct Gwn_Batch *DRW_cache_particles_get_dots(struct ParticleSystem *psys); | ||||
| struct Gwn_Batch *DRW_cache_particles_get_prim(int type); | struct Gwn_Batch *DRW_cache_particles_get_prim(int type); | ||||
| /* Metaball */ | |||||
| struct Gwn_Batch *DRW_cache_mball_surface_get(struct Object *ob); | |||||
| #endif /* __DRAW_CACHE_H__ */ | #endif /* __DRAW_CACHE_H__ */ | ||||