Blender V4.3
BPyGPUShaderCreateInfo Struct Reference

#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
 

Detailed Description

Definition at line 55 of file gpu_py_shader.hh.

Member Data Documentation

◆ compute_source

PyObject* BPyGPUShaderCreateInfo::compute_source

Definition at line 62 of file gpu_py_shader.hh.

Referenced by pygpu_shader_info__tp_dealloc().

◆ constants_total_size

size_t BPyGPUShaderCreateInfo::constants_total_size

Definition at line 66 of file gpu_py_shader.hh.

◆ fragment_source

PyObject* BPyGPUShaderCreateInfo::fragment_source

Definition at line 61 of file gpu_py_shader.hh.

Referenced by pygpu_shader_info__tp_dealloc().

◆ info

PyObject_VAR_HEAD GPUShaderCreateInfo* BPyGPUShaderCreateInfo::info

◆ references

PyObject* BPyGPUShaderCreateInfo::references

Definition at line 64 of file gpu_py_shader.hh.

Referenced by pygpu_shader_info__tp_dealloc().

◆ typedef_source

PyObject* BPyGPUShaderCreateInfo::typedef_source

Definition at line 63 of file gpu_py_shader.hh.

◆ vertex_source

PyObject* BPyGPUShaderCreateInfo::vertex_source

The documentation for this struct was generated from the following file: