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

Method AddScope

shadercompiler/SymbolTable.cpp:368–373  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

366}
367
368ScopeSymbolTable* ScopeSymbolTable::AddScope()
369{
370 ScopeSymbolTable* subBlock = new ScopeSymbolTable( this );
371 m_subBlocks.push_back( subBlock );
372 return subBlock;
373}
374
375ScopeSymbolTable* ScopeSymbolTable::GetParent()
376{

Callers 1

EnterScopeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected