Blender V4.3
gpu_py_vertex_format.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_vertex_format.hh"
12
13extern PyTypeObject BPyGPUVertFormat_Type;
14
15#define BPyGPUVertFormat_Check(v) (Py_TYPE(v) == &BPyGPUVertFormat_Type)
16
18 PyObject_VAR_HEAD
20};
21
PyTypeObject BPyGPUVertFormat_Type
PyObject * BPyGPUVertFormat_CreatePyObject(GPUVertFormat *fmt)
PyObject_VAR_HEAD GPUVertFormat fmt