|
Blender V4.3
|
#include "BLI_compiler_attrs.h"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) (Py_TYPE(v) == &BPyGPUBatch_Type) |
Functions | |
| PyObject * | BPyGPUBatch_CreatePyObject (blender::gpu::Batch *batch) ATTR_NONNULL(1) |
Variables | |
| PyTypeObject | BPyGPUBatch_Type |
| #define BPyGPUBatch_Check | ( | v | ) | (Py_TYPE(v) == &BPyGPUBatch_Type) |
Definition at line 21 of file gpu_py_batch.hh.
| #define USE_GPU_PY_REFERENCES |
Definition at line 17 of file gpu_py_batch.hh.
| PyObject * BPyGPUBatch_CreatePyObject | ( | blender::gpu::Batch * | batch | ) |
Definition at line 529 of file gpu_py_batch.cc.
References batch, BPyGPUBatch_Type, BPyGPUBatch::references, and self.
Referenced by pygpu_batch__tp_new().
|
extern |
Definition at line 455 of file gpu_py_batch.cc.
Referenced by bpygpu_types_init(), and BPyGPUBatch_CreatePyObject().