Changeset View
Changeset View
Standalone View
Standalone View
source/blender/gpu/intern/gpu_private.h
| Show All 27 Lines | |||||
| /* call this before running any of the functions below */ | /* call this before running any of the functions below */ | ||||
| void gpu_extensions_init(void); | void gpu_extensions_init(void); | ||||
| void gpu_extensions_exit(void); | void gpu_extensions_exit(void); | ||||
| /* gpu_debug.c */ | /* gpu_debug.c */ | ||||
| void gpu_debug_init(void); | void gpu_debug_init(void); | ||||
| void gpu_debug_exit(void); | void gpu_debug_exit(void); | ||||
| /* gpu_framebuffer.c */ | |||||
| void gpu_framebuffer_module_init(void); | |||||
| void gpu_framebuffer_module_exit(void); | |||||
| #endif /* __GPU_PRIVATE_H__ */ | #endif /* __GPU_PRIVATE_H__ */ | ||||