Changeset View
Changeset View
Standalone View
Standalone View
source/blender/python/gpu/gpu_py.h
- This file was moved from source/blender/python/gpu/gpu_py_api.h.
| Show All 16 Lines | |||||
| * | * | ||||
| * ***** END GPL LICENSE BLOCK ***** | * ***** END GPL LICENSE BLOCK ***** | ||||
| */ | */ | ||||
| /** \file blender/python/gpu/gpu_py_api.h | /** \file blender/python/gpu/gpu_py_api.h | ||||
| * \ingroup bpygpu | * \ingroup bpygpu | ||||
| */ | */ | ||||
| #ifndef __GPU_PY_API_H__ | #ifndef __GPU_PY_H__ | ||||
| #define __GPU_PY_API_H__ | #define __GPU_PY_H__ | ||||
| bool bpygpu_is_initialized(void); | |||||
| int bpygpu_ParsePrimType(PyObject *o, void *p); | |||||
| PyObject *BPyInit_gpu(void); | PyObject *BPyInit_gpu(void); | ||||
| #endif /* __GPU_PY_API_H__ */ | #endif /* __GPU_PY_H__ */ | ||||