Changeset View
Changeset View
Standalone View
Standalone View
source/blender/gpu/GPU_draw.h
| Show First 20 Lines • Show All 80 Lines • ▼ Show 20 Lines | |||||
| /* gpu_draw_smoke.c */ | /* gpu_draw_smoke.c */ | ||||
| void GPU_free_smoke(struct FluidModifierData *mmd); | void GPU_free_smoke(struct FluidModifierData *mmd); | ||||
| void GPU_free_smoke_velocity(struct FluidModifierData *mmd); | void GPU_free_smoke_velocity(struct FluidModifierData *mmd); | ||||
| void GPU_create_smoke(struct FluidModifierData *mmd, int highres); | void GPU_create_smoke(struct FluidModifierData *mmd, int highres); | ||||
| void GPU_create_smoke_coba_field(struct FluidModifierData *mmd); | void GPU_create_smoke_coba_field(struct FluidModifierData *mmd); | ||||
| void GPU_create_smoke_velocity(struct FluidModifierData *mmd); | void GPU_create_smoke_velocity(struct FluidModifierData *mmd); | ||||
| /* Delayed free of OpenGL buffers by main thread */ | /* Delayed free of OpenGL buffers by main thread */ | ||||
| void GPU_free_unused_buffers(struct Main *bmain); | void GPU_free_unused_buffers(void); | ||||
| #ifdef __cplusplus | #ifdef __cplusplus | ||||
| } | } | ||||
| #endif | #endif | ||||
| #endif | #endif | ||||