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

Method InsertChild

shadercompiler/ASTNode.cpp:57–60  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

55}
56
57void ASTNode::InsertChild( size_t place, ASTNode* child )
58{
59 m_children.insert( m_children.begin() + place, child );
60}
61
62void ASTNode::ReplaceChild( size_t place, ASTNode* child )
63{

Callers 15

AddFunctionArgumentFunction · 0.80
PatchGlobalsInFunctionsFunction · 0.80
AddShaderTableArgumentsFunction · 0.80
PatchRtShaderFunction · 0.80
CreateGlobalInputsStructFunction · 0.80
PatchCBuffersFunction · 0.80
CreateGlobalsCBFunction · 0.80
FindTextureToSamplerFunction · 0.80
FindDX9TexSampleCallsFunction · 0.80
PatchFunctionHeadersFunction · 0.80
PatchCallsFunction · 0.80

Calls 1

beginMethod · 0.45

Tested by

no test coverage detected