Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/carbonengine/trinity
/ GetNodeType
Method
GetNodeType
shadercompiler/ASTNode.cpp:90–93 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
88
}
89
90
ASTNodeType ASTNode::GetNodeType() const
91
{
92
return m_nodeType;
93
}
94
95
void ASTNode::SetNodeType( ASTNodeType type )
96
{
Callers
15
LookupFunctionDeclaration
Method · 0.80
LookupFunction
Method · 0.80
HasUsedDeclarations
Function · 0.80
OutputHLSL.cpp
File · 0.80
CompileEffect
Method · 0.80
ProcessReflection
Function · 0.80
ReplaceFloatModulo
Function · 0.80
ConvertSyncFunctionsToMetal
Function · 0.80
CollectFunctions
Function · 0.80
AddStructDotPrefix
Function · 0.80
AddFunctionArgument
Function · 0.80
SearchFunctionsForGlobals
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected