|
Blender V5.0
|
Go to the source code of this file.
Classes | |
| struct | BPyGPUVertBuf |
Namespaces | |
| namespace | blender |
| namespace | blender::gpu |
Macros | |
| #define | BPyGPUVertBuf_Check(v) |
Functions | |
| PyObject * | BPyGPUVertBuf_CreatePyObject (blender::gpu::VertBuf *buf) ATTR_NONNULL(1) |
Variables | |
| PyTypeObject | BPyGPUVertBuf_Type |
| #define BPyGPUVertBuf_Check | ( | v | ) |
Definition at line 21 of file gpu_py_vertex_buffer.hh.
Referenced by pygpu_batch_vertbuf_add().
|
nodiscard |
Definition at line 420 of file gpu_py_vertex_buffer.cc.
References BPyGPUVertBuf_Type, and self.
Referenced by pygpu_vertbuf__tp_new().
|
extern |
Definition at line 362 of file gpu_py_vertex_buffer.cc.
Referenced by bpygpu_types_init(), BPyGPUVertBuf_CreatePyObject(), and pygpu_batch__tp_new().