|
Blender V4.3
|
#include "BLI_compiler_attrs.h"Go to the source code of this file.
Classes | |
| struct | BPyGPUVertBuf |
Namespaces | |
| namespace | blender |
| namespace | blender::gpu |
Macros | |
| #define | BPyGPUVertBuf_Check(v) (Py_TYPE(v) == &BPyGPUVertBuf_Type) |
Functions | |
| PyObject * | BPyGPUVertBuf_CreatePyObject (blender::gpu::VertBuf *buf) ATTR_NONNULL(1) |
Variables | |
| PyTypeObject | BPyGPUVertBuf_Type |
| #define BPyGPUVertBuf_Check | ( | v | ) | (Py_TYPE(v) == &BPyGPUVertBuf_Type) |
Definition at line 19 of file gpu_py_vertex_buffer.hh.
Referenced by pygpu_batch_vertbuf_add().
| PyObject * BPyGPUVertBuf_CreatePyObject | ( | blender::gpu::VertBuf * | buf | ) |
Definition at line 413 of file gpu_py_vertex_buffer.cc.
References BPyGPUVertBuf_Type, and self.
Referenced by pygpu_vertbuf__tp_new().
|
extern |
Definition at line 355 of file gpu_py_vertex_buffer.cc.
Referenced by bpygpu_types_init(), BPyGPUVertBuf_CreatePyObject(), and pygpu_batch__tp_new().