Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/carbonengine/trinity
/ GetChild
Method
GetChild
shadercompiler/ASTNode.cpp:105–108 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
103
}
104
105
ASTNode* ASTNode::GetChild( size_t index ) const
106
{
107
return m_children[index];
108
}
109
110
ASTNode* ASTNode::GetChildOrNull( size_t index ) const
111
{
Callers
15
LookupFunctionDeclaration
Method · 0.45
LookupFunction
Method · 0.45
XSLChild
Function · 0.45
HasUsedDeclarations
Function · 0.45
OutputHLSL.cpp
File · 0.45
IsVectorReferenceParameter
Function · 0.45
CommonArgType
Function · 0.45
CommonArgDim
Function · 0.45
FindParameterBySemantics
Function · 0.45
FindOutputBySemantics
Function · 0.45
PatchShader
Function · 0.45
CompileEffect
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected