Blender  V3.3
Classes | Macros | Typedefs | Functions | Variables
gpu_py_vertex_format.h File Reference
#include "GPU_vertex_format.h"

Go to the source code of this file.

Classes

struct  BPyGPUVertFormat
 

Macros

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

Typedefs

typedef struct BPyGPUVertFormat BPyGPUVertFormat
 

Functions

PyObject * BPyGPUVertFormat_CreatePyObject (struct GPUVertFormat *fmt)
 

Variables

PyTypeObject BPyGPUVertFormat_Type
 

Macro Definition Documentation

◆ BPyGPUVertFormat_Check

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

Definition at line 13 of file gpu_py_vertex_format.h.

Typedef Documentation

◆ BPyGPUVertFormat

Function Documentation

◆ BPyGPUVertFormat_CreatePyObject()

PyObject* BPyGPUVertFormat_CreatePyObject ( struct GPUVertFormat fmt)

Definition at line 153 of file gpu_py_vertex_format.c.

References BPyGPUVertFormat_Type, and self.

Referenced by pygpu_vertformat__tp_new().

Variable Documentation

◆ BPyGPUVertFormat_Type

PyTypeObject BPyGPUVertFormat_Type
extern