Changeset View
Changeset View
Standalone View
Standalone View
source/blender/gpu/intern/gpu_private.h
| Show All 18 Lines | |||||
| */ | */ | ||||
| #pragma once | #pragma once | ||||
| #ifdef __cplusplus | #ifdef __cplusplus | ||||
| extern "C" { | extern "C" { | ||||
| #endif | #endif | ||||
| /* call this before running any of the functions below */ | |||||
| void gpu_platform_init(void); | |||||
| void gpu_platform_exit(void); | |||||
| /* call this before running any of the functions below */ | |||||
| void gpu_extensions_init(void); | |||||
| void gpu_extensions_exit(void); | |||||
| /* gpu_pbvh.c */ | /* gpu_pbvh.c */ | ||||
| void gpu_pbvh_init(void); | void gpu_pbvh_init(void); | ||||
| void gpu_pbvh_exit(void); | void gpu_pbvh_exit(void); | ||||
| #ifdef __cplusplus | #ifdef __cplusplus | ||||
| } | } | ||||
| #endif | #endif | ||||