Blender  V3.3
Classes | Macros | Typedefs | Functions | Variables
gpu_py_element.h File Reference

Go to the source code of this file.

Classes

struct  BPyGPUIndexBuf
 

Macros

#define BPyGPUIndexBuf_Check(v)   (Py_TYPE(v) == &BPyGPUIndexBuf_Type)
 

Typedefs

typedef struct BPyGPUIndexBuf BPyGPUIndexBuf
 

Functions

PyObject * BPyGPUIndexBuf_CreatePyObject (struct GPUIndexBuf *elem)
 

Variables

PyTypeObject BPyGPUIndexBuf_Type
 

Macro Definition Documentation

◆ BPyGPUIndexBuf_Check

#define BPyGPUIndexBuf_Check (   v)    (Py_TYPE(v) == &BPyGPUIndexBuf_Type)

Definition at line 11 of file gpu_py_element.h.

Typedef Documentation

◆ BPyGPUIndexBuf

Function Documentation

◆ BPyGPUIndexBuf_CreatePyObject()

PyObject* BPyGPUIndexBuf_CreatePyObject ( struct GPUIndexBuf elem)

Definition at line 202 of file gpu_py_element.c.

References BPyGPUIndexBuf_Type.

Referenced by pygpu_IndexBuf__tp_new().

Variable Documentation

◆ BPyGPUIndexBuf_Type

PyTypeObject BPyGPUIndexBuf_Type
extern