Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/carbonengine/trinity
/ GetChildrenCount
Method
GetChildrenCount
shadercompiler/ASTNode.cpp:100–103 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
98
}
99
100
size_t ASTNode::GetChildrenCount() const
101
{
102
return m_children.size();
103
}
104
105
ASTNode* ASTNode::GetChild( size_t index ) const
106
{
Callers
15
LookupFunctionDeclaration
Method · 0.80
LookupFunction
Method · 0.80
OutputHLSL.cpp
File · 0.80
HasUsedDeclarations
Function · 0.80
CommonArgType
Function · 0.80
CommonArgDim
Function · 0.80
FindParameterBySemantics
Function · 0.80
FindOutputBySemantics
Function · 0.80
PatchShader
Function · 0.80
CompileEffect
Method · 0.80
ProcessReflection
Function · 0.80
ConvertSyncFunctionsToMetal
Function · 0.80
Calls
1
size
Method · 0.80
Tested by
no test coverage detected