|
Blender V4.3
|
#include <mtl_shader_generator.hh>
Public Member Functions | |
| bool | operator== (const MSLVertexOutputAttribute &right) const |
| std::string | get_mtl_interpolation_qualifier () const |
Public Attributes | |
| std::string | type |
| std::string | name |
| std::string | instance_name |
| std::string | interpolation_qualifier |
| bool | is_array |
| int | array_elems |
Definition at line 342 of file mtl_shader_generator.hh.
|
inline |
Definition at line 358 of file mtl_shader_generator.hh.
References interpolation_qualifier.
|
inline |
Definition at line 352 of file mtl_shader_generator.hh.
References array_elems, interpolation_qualifier, and is_array.
| int blender::gpu::MSLVertexOutputAttribute::array_elems |
Definition at line 350 of file mtl_shader_generator.hh.
Referenced by operator==().
| std::string blender::gpu::MSLVertexOutputAttribute::instance_name |
Definition at line 346 of file mtl_shader_generator.hh.
| std::string blender::gpu::MSLVertexOutputAttribute::interpolation_qualifier |
Definition at line 348 of file mtl_shader_generator.hh.
Referenced by get_mtl_interpolation_qualifier(), and operator==().
| bool blender::gpu::MSLVertexOutputAttribute::is_array |
Definition at line 349 of file mtl_shader_generator.hh.
Referenced by operator==().
| std::string blender::gpu::MSLVertexOutputAttribute::name |
Definition at line 344 of file mtl_shader_generator.hh.
| std::string blender::gpu::MSLVertexOutputAttribute::type |
Definition at line 343 of file mtl_shader_generator.hh.