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

Method ReplaceChild

shadercompiler/ASTNode.cpp:62–65  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

60}
61
62void ASTNode::ReplaceChild( size_t place, ASTNode* child )
63{
64 m_children[place] = child;
65}
66
67void ASTNode::ReplaceChild( ASTNode* old, ASTNode* child )
68{

Callers 9

AddStructDotPrefixFunction · 0.80
CollectGlobalsFunction · 0.80
PatchRtShaderFunction · 0.80
PatchMatrixInitializerFunction · 0.80
PatchMatrixRowsFunction · 0.80
FindDX9TexSampleCallsFunction · 0.80
SplitCoordVecFunction · 0.80
PatchMetalTextureCallFunction · 0.80
PatchMetalTextureCallsFunction · 0.80

Calls 2

beginFunction · 0.50
endFunction · 0.50

Tested by

no test coverage detected