|
Blender V5.0
|
Go to the source code of this file.
Classes | |
| struct | BPyGPUUniformBuf |
Namespaces | |
| namespace | blender |
| namespace | blender::gpu |
Macros | |
| #define | BPyGPUUniformBuf_Check(v) |
Functions | |
| PyObject * | BPyGPUUniformBuf_CreatePyObject (blender::gpu::UniformBuf *ubo) ATTR_NONNULL(1) |
Variables | |
| PyTypeObject | BPyGPUUniformBuf_Type |
| #define BPyGPUUniformBuf_Check | ( | v | ) |
Definition at line 21 of file gpu_py_uniformbuffer.hh.
|
nodiscard |
Definition at line 234 of file gpu_py_uniformbuffer.cc.
References BPyGPUUniformBuf_Type, and self.
Referenced by pygpu_uniformbuffer__tp_new().
|
extern |
Definition at line 176 of file gpu_py_uniformbuffer.cc.
Referenced by bpygpu_types_init(), BPyGPUUniformBuf_CreatePyObject(), and pygpu_shader_uniform_block().