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

Function SymbolMatchesGlobalInput

shadercompiler/ParserUtils.cpp:728–731  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

726}
727
728bool SymbolMatchesGlobalInput( const Symbol& symbol, const GlobalInputElement& element )
729{
730 return symbol.name == element.name && symbol.type == element.type;
731}
732
733void AssignRegisters( ASTNode* root, InputStageType stage, Registers& registers, const std::vector<GlobalInputElement>& globalInput, std::vector<RegisterSpecifier>& globalInputRegisters )
734{

Callers 1

AssignRegistersFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected