Changeset View
Changeset View
Standalone View
Standalone View
source/blender/gpu/GPU_draw.h
| Context not available. | |||||
| /* Delayed free of OpenGL buffers by main thread */ | /* Delayed free of OpenGL buffers by main thread */ | ||||
| void GPU_free_unused_buffers(void); | void GPU_free_unused_buffers(void); | ||||
| /* Mist */ | |||||
| void GPU_set_fog(short misttype, float start, float dist, float intensity, float color[3]); | |||||
| #ifdef __cplusplus | #ifdef __cplusplus | ||||
| } | } | ||||
| #endif | #endif | ||||
| Context not available. | |||||