Changeset View
Changeset View
Standalone View
Standalone View
source/blender/python/gpu/gpu_py_types.h
| Show All 14 Lines | |||||
| */ | */ | ||||
| /** \file | /** \file | ||||
| * \ingroup bpygpu | * \ingroup bpygpu | ||||
| */ | */ | ||||
| #pragma once | #pragma once | ||||
| #include "gpu_py_buffer.h" | |||||
| #include "gpu_py_batch.h" | #include "gpu_py_batch.h" | ||||
| #include "gpu_py_element.h" | #include "gpu_py_element.h" | ||||
| #include "gpu_py_framebuffer.h" | |||||
| #include "gpu_py_offscreen.h" | #include "gpu_py_offscreen.h" | ||||
| #include "gpu_py_shader.h" | #include "gpu_py_shader.h" | ||||
| #include "gpu_py_texture.h" | |||||
| #include "gpu_py_uniformbuffer.h" | |||||
| #include "gpu_py_vertex_buffer.h" | #include "gpu_py_vertex_buffer.h" | ||||
| #include "gpu_py_vertex_format.h" | #include "gpu_py_vertex_format.h" | ||||
| PyObject *BPyInit_gpu_types(void); | PyObject *bpygpu_types_init(void); | ||||