|
Blender V5.0
|
#include <gpu_py_shader.hh>
Public Attributes | |
| PyObject_VAR_HEAD blender::gpu::Shader * | shader |
| bool | is_builtin |
Definition at line 34 of file gpu_py_shader.hh.
| bool BPyGPUShader::is_builtin |
Definition at line 37 of file gpu_py_shader.hh.
Referenced by pygpu_batch_draw().
| PyObject_VAR_HEAD blender::gpu::Shader* BPyGPUShader::shader |
Definition at line 36 of file gpu_py_shader.hh.
Referenced by pygpu_batch_draw(), pygpu_batch_draw_instanced(), pygpu_batch_draw_range(), pygpu_batch_program_set(), and pygpu_compute_dispatch().