Changeset View
Changeset View
Standalone View
Standalone View
source/blender/python/gpu/gpu_py_types.h
- This file was copied to source/blender/python/gpu/gpu_py_shader.h.
| Show All 23 Lines | |||||
| #ifndef __GPU_PY_TYPES_H__ | #ifndef __GPU_PY_TYPES_H__ | ||||
| #define __GPU_PY_TYPES_H__ | #define __GPU_PY_TYPES_H__ | ||||
| #include "gpu_py_vertex_format.h" | #include "gpu_py_vertex_format.h" | ||||
| #include "gpu_py_vertex_buffer.h" | #include "gpu_py_vertex_buffer.h" | ||||
| #include "gpu_py_batch.h" | #include "gpu_py_batch.h" | ||||
| #include "gpu_py_offscreen.h" | #include "gpu_py_offscreen.h" | ||||
| #include "gpu_py_shader.h" | |||||
| PyObject *BPyInit_gpu_types(void); | PyObject *BPyInit_gpu_types(void); | ||||
| #endif /* __GPU_PY_TYPES_H__ */ | #endif /* __GPU_PY_TYPES_H__ */ | ||||