Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
474
void SymbolTable::EnterScope()
475
{
476
m_current = m_current->AddScope();
477
}
478
479
void SymbolTable::LeaveScope()
480
{
Callers
4
PatchShader
Function · 0.80
PatchRtShader
Function · 0.80
CreateGlobalInputsStruct
Function · 0.80
Parse
Method · 0.80
Calls
1
AddScope
Method · 0.80
Tested by
no test coverage detected