Blender V4.3
gpu_py_types.hh
Go to the documentation of this file.
1/* SPDX-FileCopyrightText: 2023 Blender Authors
2 *
3 * SPDX-License-Identifier: GPL-2.0-or-later */
4
9#pragma once
10
11#include "gpu_py_buffer.hh"
12
13#include "gpu_py_batch.hh"
14#include "gpu_py_compute.hh"
15#include "gpu_py_element.hh"
16#include "gpu_py_framebuffer.hh"
17#include "gpu_py_offscreen.hh"
18#include "gpu_py_shader.hh"
19#include "gpu_py_texture.hh"
23
24PyObject *bpygpu_types_init();
PyObject * bpygpu_types_init()