|
Blender V4.3
|
#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 55 of file gpu_py_shader.hh.
| PyObject* BPyGPUShaderCreateInfo::compute_source |
Definition at line 62 of file gpu_py_shader.hh.
Referenced by pygpu_shader_info__tp_dealloc().
| size_t BPyGPUShaderCreateInfo::constants_total_size |
Definition at line 66 of file gpu_py_shader.hh.
| PyObject* BPyGPUShaderCreateInfo::fragment_source |
Definition at line 61 of file gpu_py_shader.hh.
Referenced by pygpu_shader_info__tp_dealloc().
| PyObject_VAR_HEAD GPUShaderCreateInfo* BPyGPUShaderCreateInfo::info |
Definition at line 57 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 64 of file gpu_py_shader.hh.
Referenced by pygpu_shader_info__tp_dealloc().
| PyObject* BPyGPUShaderCreateInfo::typedef_source |
Definition at line 63 of file gpu_py_shader.hh.
| PyObject* BPyGPUShaderCreateInfo::vertex_source |
Definition at line 60 of file gpu_py_shader.hh.
Referenced by BPyGPUShaderCreateInfo_CreatePyObject(), and pygpu_shader_info__tp_dealloc().