|
Blender V4.3
|
#include <mtl_shader_generator.hh>
Public Member Functions | |
| bool | operator== (const MSLFragmentOutputAttribute &right) const |
Public Attributes | |
| int | layout_location |
| int | layout_index |
| shader::Type | type |
| std::string | name |
| int | raster_order_group |
Definition at line 373 of file mtl_shader_generator.hh.
|
inline |
Definition at line 385 of file mtl_shader_generator.hh.
References layout_index, layout_location, and raster_order_group.
| int blender::gpu::MSLFragmentOutputAttribute::layout_index |
Definition at line 377 of file mtl_shader_generator.hh.
Referenced by operator==(), and blender::gpu::MSLGeneratorInterface::prepare_from_createinfo().
| int blender::gpu::MSLFragmentOutputAttribute::layout_location |
Definition at line 375 of file mtl_shader_generator.hh.
Referenced by operator==(), and blender::gpu::MSLGeneratorInterface::prepare_from_createinfo().
| std::string blender::gpu::MSLFragmentOutputAttribute::name |
Definition at line 379 of file mtl_shader_generator.hh.
Referenced by blender::gpu::MSLGeneratorInterface::prepare_from_createinfo().
| int blender::gpu::MSLFragmentOutputAttribute::raster_order_group |
Definition at line 383 of file mtl_shader_generator.hh.
Referenced by operator==(), and blender::gpu::MSLGeneratorInterface::prepare_from_createinfo().
| shader::Type blender::gpu::MSLFragmentOutputAttribute::type |
Definition at line 378 of file mtl_shader_generator.hh.
Referenced by blender::gpu::MSLGeneratorInterface::prepare_from_createinfo().