|
Blender V5.0
|
#include <Python.h>Go to the source code of this file.
Classes | |
| struct | BPyGPUIndexBuf |
Namespaces | |
| namespace | blender |
| namespace | blender::gpu |
Macros | |
| #define | BPyGPUIndexBuf_Check(v) |
Functions | |
| PyObject * | BPyGPUIndexBuf_CreatePyObject (blender::gpu::IndexBuf *elem) |
Variables | |
| PyTypeObject | BPyGPUIndexBuf_Type |
| #define BPyGPUIndexBuf_Check | ( | v | ) |
Definition at line 19 of file gpu_py_element.hh.
|
nodiscard |
Definition at line 252 of file gpu_py_element.cc.
References BPyGPUIndexBuf_Type, and self.
Referenced by pygpu_IndexBuf__tp_new().
|
extern |
Definition at line 194 of file gpu_py_element.cc.
Referenced by bpygpu_types_init(), BPyGPUIndexBuf_CreatePyObject(), and pygpu_batch__tp_new().