Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
479
void SymbolTable::LeaveScope()
480
{
481
m_current = m_current->GetParent();
482
}
483
484
ScopeSymbolTable* SymbolTable::GetCurrentScope()
485
{
Callers
4
PatchShader
Function · 0.80
PatchRtShader
Function · 0.80
CreateGlobalInputsStruct
Function · 0.80
Parse
Method · 0.80
Calls
1
GetParent
Method · 0.45
Tested by
no test coverage detected