Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/carbonengine/trinity
/ GetChildOrNull
Method
GetChildOrNull
shadercompiler/ASTNode.cpp:110–113 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
108
}
109
110
ASTNode* ASTNode::GetChildOrNull( size_t index ) const
111
{
112
return index < m_children.size() ? m_children[index] : nullptr;
113
}
114
115
std::vector<ASTNode*>& ASTNode::GetChildren()
116
{
Callers
15
LookupFunction
Method · 0.80
OutputHLSL.cpp
File · 0.80
IsVectorReferenceParameter
Function · 0.80
MulIntrinsicType
Function · 0.80
TransposeIntrinsicType
Function · 0.80
TypeSameAsArg
Function · 0.80
DimSameAsArg
Function · 0.80
PatchSemantics
Function · 0.80
PatchShader
Function · 0.80
CompileEffect
Method · 0.80
ProcessReflection
Function · 0.80
AddUsedGlobalsAsFunctionParams
Function · 0.80
Calls
1
size
Method · 0.80
Tested by
no test coverage detected