Blender
V3.3
|
#include <gpu_py_shader.h>
Public Attributes | |
PyObject_VAR_HEAD struct GPUShaderCreateInfo * | info |
PyObject * | vertex_source |
PyObject * | fragment_source |
PyObject * | typedef_source |
PyObject * | references |
size_t | constants_total_size |
Definition at line 49 of file gpu_py_shader.h.
size_t BPyGPUShaderCreateInfo::constants_total_size |
Definition at line 59 of file gpu_py_shader.h.
PyObject* BPyGPUShaderCreateInfo::fragment_source |
Definition at line 55 of file gpu_py_shader.h.
Referenced by pygpu_shader_info__tp_dealloc().
PyObject_VAR_HEAD struct GPUShaderCreateInfo* BPyGPUShaderCreateInfo::info |
Definition at line 51 of file gpu_py_shader.h.
Referenced by pygpu_shader_create_from_info(), and pygpu_shader_info__tp_dealloc().
PyObject* BPyGPUShaderCreateInfo::references |
Definition at line 57 of file gpu_py_shader.h.
Referenced by pygpu_shader_info__tp_dealloc().
PyObject* BPyGPUShaderCreateInfo::typedef_source |
Definition at line 56 of file gpu_py_shader.h.
PyObject* BPyGPUShaderCreateInfo::vertex_source |
Definition at line 54 of file gpu_py_shader.h.
Referenced by BPyGPUShaderCreateInfo_CreatePyObject(), and pygpu_shader_info__tp_dealloc().