|
Blender V4.5
|
Go to the source code of this file.
Classes | |
| struct | BPyGPUVertFormat |
Macros | |
| #define | BPyGPUVertFormat_Check(v) |
Functions | |
| PyObject * | BPyGPUVertFormat_CreatePyObject (GPUVertFormat *fmt) |
Variables | |
| PyTypeObject | BPyGPUVertFormat_Type |
| #define BPyGPUVertFormat_Check | ( | v | ) |
Definition at line 17 of file gpu_py_vertex_format.hh.
| PyObject * BPyGPUVertFormat_CreatePyObject | ( | GPUVertFormat * | fmt | ) |
Definition at line 273 of file gpu_py_vertex_format.cc.
References BPyGPUVertFormat_Type, and self.
Referenced by pygpu_shader_format_calc(), and pygpu_vertformat__tp_new().
|
extern |
Definition at line 215 of file gpu_py_vertex_format.cc.
Referenced by bpygpu_types_init(), BPyGPUVertFormat_CreatePyObject(), and pygpu_vertbuf__tp_new().