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

Method GetNodeType

shadercompiler/ASTNode.cpp:90–93  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

88}
89
90ASTNodeType ASTNode::GetNodeType() const
91{
92 return m_nodeType;
93}
94
95void ASTNode::SetNodeType( ASTNodeType type )
96{

Callers 15

LookupFunctionMethod · 0.80
HasUsedDeclarationsFunction · 0.80
OutputHLSL.cppFile · 0.80
CompileEffectMethod · 0.80
ProcessReflectionFunction · 0.80
ReplaceFloatModuloFunction · 0.80
CollectFunctionsFunction · 0.80
AddStructDotPrefixFunction · 0.80
AddFunctionArgumentFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected