MCPcopy Create free account
hub / github.com/carbonengine/trinity / MetalSystemSemantics

Function MetalSystemSemantics

shadercompiler/EffectCompilerMetal.cpp:1223–1226  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Calls

no outgoing calls

Tested by

no test coverage detected