Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
76
void ASTNode::RemoveChild( size_t place )
77
{
78
m_children.erase( m_children.begin() + place );
79
}
80
81
void ASTNode::RemoveChild( ASTNode* child )
82
{
Callers
8
CollectGlobals
Function · 0.80
PatchVpos
Function · 0.80
PatchRtShader
Function · 0.80
CompileEffect
Method · 0.80
PatchCBuffers
Function · 0.80
CreateGlobalsCB
Function · 0.80
PatchMetalBufferCalls
Function · 0.80
PatchMetalTextureCall
Function · 0.80
Calls
3
begin
Function · 0.50
end
Function · 0.50
begin
Method · 0.45
Tested by
no test coverage detected