Blender  V3.3
gpu_py_types.h
Go to the documentation of this file.
1 /* SPDX-License-Identifier: GPL-2.0-or-later */
2 
7 #pragma once
8 
9 #include "gpu_py_buffer.h"
10 
11 #include "gpu_py_batch.h"
12 #include "gpu_py_element.h"
13 #include "gpu_py_framebuffer.h"
14 #include "gpu_py_offscreen.h"
15 #include "gpu_py_shader.h"
16 #include "gpu_py_texture.h"
17 #include "gpu_py_uniformbuffer.h"
18 #include "gpu_py_vertex_buffer.h"
19 #include "gpu_py_vertex_format.h"
20 
21 PyObject *bpygpu_types_init(void);
PyObject * bpygpu_types_init(void)
Definition: gpu_py_types.c:25