|
Blender V4.5
|
#include <gpu_py_batch.hh>
Public Attributes | |
| PyObject_VAR_HEAD blender::gpu::Batch * | batch |
| PyObject * | references |
Definition at line 25 of file gpu_py_batch.hh.
| PyObject_VAR_HEAD blender::gpu::Batch* BPyGPUBatch::batch |
Definition at line 28 of file gpu_py_batch.hh.
Referenced by BPyGPUBatch_CreatePyObject(), pygpu_batch__tp_dealloc(), pygpu_batch_draw(), pygpu_batch_draw_instanced(), pygpu_batch_draw_range(), pygpu_batch_is_program_or_error(), pygpu_batch_program_set(), pygpu_batch_program_use_begin(), and pygpu_batch_vertbuf_add().
| PyObject* BPyGPUBatch::references |
Definition at line 31 of file gpu_py_batch.hh.
Referenced by BPyGPUBatch_CreatePyObject(), pygpu_batch__tp_clear(), pygpu_batch__tp_dealloc(), pygpu_batch__tp_is_gc(), pygpu_batch__tp_traverse(), pygpu_batch_program_set(), and pygpu_batch_vertbuf_add().