|
Blender V5.0
|
#include <mtl_shader_generator.hh>
Public Member Functions | |
| bool | operator== (const MSLVertexInputAttribute &right) const |
Public Attributes | |
| int | layout_location |
| shader::Type | type |
| std::string | name |
Definition at line 258 of file mtl_shader_generator.hh.
|
inline |
Definition at line 265 of file mtl_shader_generator.hh.
References layout_location, name, and type.
| int blender::gpu::MSLVertexInputAttribute::layout_location |
Definition at line 261 of file mtl_shader_generator.hh.
Referenced by operator==(), and blender::gpu::MSLGeneratorInterface::prepare_from_createinfo().
| std::string blender::gpu::MSLVertexInputAttribute::name |
Definition at line 263 of file mtl_shader_generator.hh.
Referenced by operator==(), and blender::gpu::MSLGeneratorInterface::prepare_from_createinfo().
| shader::Type blender::gpu::MSLVertexInputAttribute::type |
Definition at line 262 of file mtl_shader_generator.hh.
Referenced by operator==(), and blender::gpu::MSLGeneratorInterface::prepare_from_createinfo().