Blender
V3.3
|
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 |
#define BPyGPUIndexBuf_Check | ( | v | ) | (Py_TYPE(v) == &BPyGPUIndexBuf_Type) |
Definition at line 11 of file gpu_py_element.h.
typedef struct BPyGPUIndexBuf BPyGPUIndexBuf |
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().
|
extern |
Definition at line 187 of file gpu_py_element.c.
Referenced by bpygpu_types_init(), BPyGPUIndexBuf_CreatePyObject(), and pygpu_batch__tp_new().