Blender V4.3
gpu_py_vertex_format.hh File Reference

Go to the source code of this file.

Classes

struct  BPyGPUVertFormat
 

Macros

#define BPyGPUVertFormat_Check(v)   (Py_TYPE(v) == &BPyGPUVertFormat_Type)
 

Functions

PyObject * BPyGPUVertFormat_CreatePyObject (GPUVertFormat *fmt)
 

Variables

PyTypeObject BPyGPUVertFormat_Type
 

Macro Definition Documentation

◆ BPyGPUVertFormat_Check

#define BPyGPUVertFormat_Check ( v)    (Py_TYPE(v) == &BPyGPUVertFormat_Type)

Definition at line 15 of file gpu_py_vertex_format.hh.

Function Documentation

◆ BPyGPUVertFormat_CreatePyObject()

PyObject * BPyGPUVertFormat_CreatePyObject ( GPUVertFormat * fmt)

Definition at line 215 of file gpu_py_vertex_format.cc.

References BPyGPUVertFormat_Type, and self.

Referenced by pygpu_shader_format_calc(), and pygpu_vertformat__tp_new().

Variable Documentation

◆ BPyGPUVertFormat_Type

PyTypeObject BPyGPUVertFormat_Type
extern