Changeset View
Changeset View
Standalone View
Standalone View
source/blender/python/intern/gpu.h
| Show All 31 Lines | |||||
| */ | */ | ||||
| #ifndef __GPU_H__ | #ifndef __GPU_H__ | ||||
| #define __GPU_H__ | #define __GPU_H__ | ||||
| PyObject *GPU_initPython(void); | PyObject *GPU_initPython(void); | ||||
| PyObject *BPyInit_gpu_offscreen(void); | PyObject *BPyInit_gpu_offscreen(void); | ||||
| PyObject *BPyInit_gpu_builtins(void); | |||||
| PyObject *BPyInit_gpu_custom_data(void); | |||||
| #define PY_MODULE_ADD_CONSTANT(module, name) PyModule_AddIntConstant(module, # name, name) | |||||
| #endif /* __GPU_H__ */ | #endif /* __GPU_H__ */ | ||||