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

Method LeaveScope

shadercompiler/SymbolTable.cpp:479–482  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

477}
478
479void SymbolTable::LeaveScope()
480{
481 m_current = m_current->GetParent();
482}
483
484ScopeSymbolTable* SymbolTable::GetCurrentScope()
485{

Callers 4

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

Calls 1

GetParentMethod · 0.45

Tested by

no test coverage detected