Blender
V4.3
source
blender
python
gpu
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
13
extern
PyTypeObject
BPyGPUVertFormat_Type
;
14
15
#define BPyGPUVertFormat_Check(v) (Py_TYPE(v) == &BPyGPUVertFormat_Type)
16
17
struct
BPyGPUVertFormat
{
18
PyObject_VAR_HEAD
19
GPUVertFormat
fmt
;
20
};
21
22
PyObject *
BPyGPUVertFormat_CreatePyObject
(
GPUVertFormat
*fmt);
GPU_vertex_format.hh
BPyGPUVertFormat_Type
PyTypeObject BPyGPUVertFormat_Type
Definition
gpu_py_vertex_format.cc:157
BPyGPUVertFormat_CreatePyObject
PyObject * BPyGPUVertFormat_CreatePyObject(GPUVertFormat *fmt)
Definition
gpu_py_vertex_format.cc:215
BPyGPUVertFormat
Definition
gpu_py_vertex_format.hh:17
BPyGPUVertFormat::fmt
PyObject_VAR_HEAD GPUVertFormat fmt
Definition
gpu_py_vertex_format.hh:19
GPUVertFormat
Definition
GPU_vertex_format.hh:73
Generated on Thu Feb 6 2025 07:36:39 for Blender by
doxygen
1.11.0