|
Blender V4.3
|
#include <GPU_material.hh>
Public Attributes | |
| std::string | attr_load |
| std::string | displacement |
| std::string | surface |
| std::string | volume |
| std::string | thickness |
| std::string | composite |
| std::string | material_functions |
| GPUShaderCreateInfo * | create_info |
Definition at line 127 of file GPU_material.hh.
| std::string GPUCodegenOutput::attr_load |
Definition at line 128 of file GPU_material.hh.
Referenced by blender::eevee::ShaderModule::material_create_info_amend().
| std::string GPUCodegenOutput::composite |
Definition at line 134 of file GPU_material.hh.
| GPUShaderCreateInfo* GPUCodegenOutput::create_info |
Definition at line 137 of file GPU_material.hh.
Referenced by GPU_generate_pass(), and blender::eevee::ShaderModule::material_create_info_amend().
| std::string GPUCodegenOutput::displacement |
Definition at line 130 of file GPU_material.hh.
Referenced by blender::eevee::ShaderModule::material_create_info_amend().
| std::string GPUCodegenOutput::material_functions |
Definition at line 135 of file GPU_material.hh.
Referenced by blender::eevee::ShaderModule::material_create_info_amend().
| std::string GPUCodegenOutput::surface |
Definition at line 131 of file GPU_material.hh.
Referenced by blender::eevee::ShaderModule::material_create_info_amend().
| std::string GPUCodegenOutput::thickness |
Definition at line 133 of file GPU_material.hh.
Referenced by blender::eevee::ShaderModule::material_create_info_amend().
| std::string GPUCodegenOutput::volume |
Definition at line 132 of file GPU_material.hh.
Referenced by blender::eevee::ShaderModule::material_create_info_amend().