Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
57
void ASTNode::InsertChild( size_t place, ASTNode* child )
58
{
59
m_children.insert( m_children.begin() + place, child );
60
}
61
62
void ASTNode::ReplaceChild( size_t place, ASTNode* child )
63
{
Callers
15
AddFunctionArgument
Function · 0.80
PatchGlobalsInFunctions
Function · 0.80
AddUsedGlobalsAsFunctionParams
Function · 0.80
AddShaderTableArguments
Function · 0.80
PatchRtShader
Function · 0.80
CreateGlobalInputsStruct
Function · 0.80
PatchCBuffers
Function · 0.80
CreateGlobalsCB
Function · 0.80
FindTextureToSampler
Function · 0.80
FindDX9TexSampleCalls
Function · 0.80
PatchFunctionHeaders
Function · 0.80
PatchCalls
Function · 0.80
Calls
1
begin
Method · 0.45
Tested by
no test coverage detected