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

Method RemoveChild

shadercompiler/ASTNode.cpp:76–79  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

74}
75
76void ASTNode::RemoveChild( size_t place )
77{
78 m_children.erase( m_children.begin() + place );
79}
80
81void ASTNode::RemoveChild( ASTNode* child )
82{

Callers 8

CollectGlobalsFunction · 0.80
PatchVposFunction · 0.80
PatchRtShaderFunction · 0.80
CompileEffectMethod · 0.80
PatchCBuffersFunction · 0.80
CreateGlobalsCBFunction · 0.80
PatchMetalBufferCallsFunction · 0.80
PatchMetalTextureCallFunction · 0.80

Calls 3

beginFunction · 0.50
endFunction · 0.50
beginMethod · 0.45

Tested by

no test coverage detected