MCPcopy 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
188void ASTNode::SetType( const Type& type )
189{
190 m_type = type;
191}
192
193const Type& ASTNode::GetType() const
194{

Callers 15

ReplaceFloatModuloFunction · 0.45
AddStructDotPrefixFunction · 0.45
PatchGlobalsInFunctionsFunction · 0.45
NewStructMemberFunction · 0.45
PatchVposFunction · 0.45
PatchShaderFunction · 0.45
PatchRtShaderFunction · 0.45
GetGlobalInputDataFunction · 0.45
PatchMatrixInitializerFunction · 0.45
PatchMatrixRowsFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected