Blender
V3.3
source
blender
python
gpu
gpu_py_vertex_format.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_vertex_format.h
"
10
11
extern
PyTypeObject
BPyGPUVertFormat_Type
;
12
13
#define BPyGPUVertFormat_Check(v) (Py_TYPE(v) == &BPyGPUVertFormat_Type)
14
15
typedef
struct
BPyGPUVertFormat
{
16
PyObject_VAR_HEAD
17
struct
GPUVertFormat
fmt
;
18
}
BPyGPUVertFormat
;
19
20
PyObject *
BPyGPUVertFormat_CreatePyObject
(
struct
GPUVertFormat
*fmt);
GPU_vertex_format.h
BPyGPUVertFormat_Type
PyTypeObject BPyGPUVertFormat_Type
Definition:
gpu_py_vertex_format.c:137
BPyGPUVertFormat
struct BPyGPUVertFormat BPyGPUVertFormat
BPyGPUVertFormat_CreatePyObject
PyObject * BPyGPUVertFormat_CreatePyObject(struct GPUVertFormat *fmt)
Definition:
gpu_py_vertex_format.c:153
BPyGPUVertFormat
Definition:
gpu_py_vertex_format.h:15
BPyGPUVertFormat::fmt
PyObject_VAR_HEAD struct GPUVertFormat fmt
Definition:
gpu_py_vertex_format.h:17
GPUVertFormat
Definition:
GPU_vertex_format.h:72
Generated on Tue Oct 22 2024 13:18:25 for Blender by
doxygen
1.9.1