Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/carbonengine/trinity
/ SetType
Method
SetType
shadercompiler/ASTNode.cpp:188–191 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
186
}
187
188
void ASTNode::SetType( const Type& type )
189
{
190
m_type = type;
191
}
192
193
const Type& ASTNode::GetType() const
194
{
Callers
15
ReplaceFloatModulo
Function · 0.45
AddStructDotPrefix
Function · 0.45
PatchGlobalsInFunctions
Function · 0.45
AddUsedGlobalsAsFunctionParams
Function · 0.45
CreateShaderTableArgument
Function · 0.45
NewStructMember
Function · 0.45
PatchVpos
Function · 0.45
PatchShader
Function · 0.45
PatchRtShader
Function · 0.45
GetGlobalInputData
Function · 0.45
PatchMatrixInitializer
Function · 0.45
PatchMatrixRows
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected