|
Blender V5.0
|
Go to the source code of this file.
Classes | |
| struct | BPyGPUBatch |
Namespaces | |
| namespace | blender |
| namespace | blender::gpu |
Macros | |
| #define | USE_GPU_PY_REFERENCES |
| #define | BPyGPUBatch_Check(v) |
Functions | |
| PyObject * | BPyGPUBatch_CreatePyObject (blender::gpu::Batch *batch) ATTR_NONNULL(1) |
Variables | |
| PyTypeObject | BPyGPUBatch_Type |
| #define BPyGPUBatch_Check | ( | v | ) |
Definition at line 23 of file gpu_py_batch.hh.
| #define USE_GPU_PY_REFERENCES |
Definition at line 19 of file gpu_py_batch.hh.
|
nodiscard |
Definition at line 659 of file gpu_py_batch.cc.
References batch, BPyGPUBatch_Type, and self.
Referenced by pygpu_batch__tp_new().
|
extern |
Definition at line 585 of file gpu_py_batch.cc.
Referenced by bpygpu_types_init(), and BPyGPUBatch_CreatePyObject().