| 1221 | } |
| 1222 | |
| 1223 | RegisterSpecifier MetalSystemSemantics( MetalSystemSemanticsType::Enum type ) |
| 1224 | { |
| 1225 | return RegisterSpecifier::Register( MetalRegister::System, type ); |
| 1226 | } |
| 1227 | |
| 1228 | const std::map<InlineString, MetalSystemSemanticsType::Enum, ILess> s_systemSemantics = { |
| 1229 | // vertex shader input semantics |
no outgoing calls
no test coverage detected