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

Method EnterScope

shadercompiler/SymbolTable.cpp:474–477  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

472}
473
474void SymbolTable::EnterScope()
475{
476 m_current = m_current->AddScope();
477}
478
479void SymbolTable::LeaveScope()
480{

Callers 4

PatchShaderFunction · 0.80
PatchRtShaderFunction · 0.80
CreateGlobalInputsStructFunction · 0.80
ParseMethod · 0.80

Calls 1

AddScopeMethod · 0.80

Tested by

no test coverage detected