|
Blender V4.3
|
#include <gpu_py_shader.hh>
Public Attributes | |
| PyObject_VAR_HEAD struct GPUShader * | shader |
| bool | is_builtin |
Definition at line 28 of file gpu_py_shader.hh.
| bool BPyGPUShader::is_builtin |
Definition at line 31 of file gpu_py_shader.hh.
| PyObject_VAR_HEAD struct GPUShader* BPyGPUShader::shader |
Definition at line 30 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().