|
Blender V5.0
|
#include <gpu_py_shader.hh>
Public Attributes | |
| PyObject_VAR_HEAD GPUShaderCreateInfo * | info |
| PyObject * | vertex_source |
| PyObject * | fragment_source |
| PyObject * | compute_source |
| PyObject * | typedef_source |
| PyObject * | references |
| size_t | constants_total_size |
Definition at line 61 of file gpu_py_shader.hh.
| PyObject* BPyGPUShaderCreateInfo::compute_source |
Definition at line 68 of file gpu_py_shader.hh.
Referenced by pygpu_shader_info__tp_clear(), pygpu_shader_info__tp_dealloc(), and pygpu_shader_info__tp_traverse().
| size_t BPyGPUShaderCreateInfo::constants_total_size |
Definition at line 72 of file gpu_py_shader.hh.
| PyObject* BPyGPUShaderCreateInfo::fragment_source |
Definition at line 67 of file gpu_py_shader.hh.
Referenced by pygpu_shader_info__tp_clear(), pygpu_shader_info__tp_dealloc(), and pygpu_shader_info__tp_traverse().
| PyObject_VAR_HEAD GPUShaderCreateInfo* BPyGPUShaderCreateInfo::info |
Definition at line 63 of file gpu_py_shader.hh.
Referenced by pygpu_shader_create_from_info(), and pygpu_shader_info__tp_dealloc().
| PyObject* BPyGPUShaderCreateInfo::references |
Definition at line 70 of file gpu_py_shader.hh.
Referenced by pygpu_shader_info__tp_clear(), pygpu_shader_info__tp_dealloc(), and pygpu_shader_info__tp_traverse().
| PyObject* BPyGPUShaderCreateInfo::typedef_source |
Definition at line 69 of file gpu_py_shader.hh.
| PyObject* BPyGPUShaderCreateInfo::vertex_source |
Definition at line 66 of file gpu_py_shader.hh.
Referenced by pygpu_shader_info__tp_clear(), pygpu_shader_info__tp_dealloc(), and pygpu_shader_info__tp_traverse().