|
Blender V5.0
|
#include <gpu_shader_create_info.hh>
Public Member Functions | |
| bool | operator== (const FragOut &b) const |
Public Attributes | |
| int | index |
| Type | type |
| DualBlend | blend |
| StringRefNull | name |
| int | raster_order_group |
Definition at line 811 of file gpu_shader_create_info.hh.
|
inline |
Definition at line 819 of file gpu_shader_create_info.hh.
References b, blend, index, name, raster_order_group, TEST_EQUAL, and type.
| DualBlend blender::gpu::shader::ShaderCreateInfo::FragOut::blend |
Definition at line 814 of file gpu_shader_create_info.hh.
Referenced by operator==(), and blender::gpu::MSLGeneratorInterface::prepare_from_createinfo().
| int blender::gpu::shader::ShaderCreateInfo::FragOut::index |
Definition at line 812 of file gpu_shader_create_info.hh.
Referenced by blender::gpu::ShaderCompiler::compile(), operator==(), and blender::gpu::MSLGeneratorInterface::prepare_from_createinfo().
| StringRefNull blender::gpu::shader::ShaderCreateInfo::FragOut::name |
Definition at line 815 of file gpu_shader_create_info.hh.
Referenced by operator==(), and blender::gpu::MSLGeneratorInterface::prepare_from_createinfo().
| int blender::gpu::shader::ShaderCreateInfo::FragOut::raster_order_group |
Definition at line 817 of file gpu_shader_create_info.hh.
Referenced by operator==(), and blender::gpu::MSLGeneratorInterface::prepare_from_createinfo().
| Type blender::gpu::shader::ShaderCreateInfo::FragOut::type |
Definition at line 813 of file gpu_shader_create_info.hh.
Referenced by operator==(), and blender::gpu::MSLGeneratorInterface::prepare_from_createinfo().