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

Method SetNodeType

shadercompiler/ASTNode.cpp:95–98  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

93}
94
95void ASTNode::SetNodeType( ASTNodeType type )
96{
97 m_nodeType = type;
98}
99
100size_t ASTNode::GetChildrenCount() const
101{

Callers 2

CollectGlobalsFunction · 0.80
PatchMatrixRowsFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected