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

Method GetScope

shadercompiler/ASTNode.cpp:183–186  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

181}
182
183ScopeSymbolTable* ASTNode::GetScope() const
184{
185 return m_scope;
186}
187
188void ASTNode::SetType( const Type& type )
189{

Callers 15

ReplaceFloatModuloFunction · 0.80
AddStructDotPrefixFunction · 0.80
AddFunctionArgumentFunction · 0.80
PatchGlobalsInFunctionsFunction · 0.80
CollectGlobalsFunction · 0.80
AddShaderTableArgumentsFunction · 0.80
PatchMatrixInitializerFunction · 0.80
AddCBufferFunction · 0.80
CreateGlobalsCBFunction · 0.80
FindTextureToSamplerFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected