Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
62
void ASTNode::ReplaceChild( size_t place, ASTNode* child )
63
{
64
m_children[place] = child;
65
}
66
67
void ASTNode::ReplaceChild( ASTNode* old, ASTNode* child )
68
{
Callers
9
AddStructDotPrefix
Function · 0.80
CollectGlobals
Function · 0.80
PatchRtShader
Function · 0.80
PatchMatrixInitializer
Function · 0.80
PatchMatrixRows
Function · 0.80
FindDX9TexSampleCalls
Function · 0.80
SplitCoordVec
Function · 0.80
PatchMetalTextureCall
Function · 0.80
PatchMetalTextureCalls
Function · 0.80
Calls
2
begin
Function · 0.50
end
Function · 0.50
Tested by
no test coverage detected