MCPcopy Create free account
hub / github.com/csyonghe/Spire / IsFloatMatrix

Method IsFloatMatrix

Source/SpireCore/IL.cpp:228–235  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

226 }
227
228 bool ILType::IsFloatMatrix()
229 {
230 auto basicType = dynamic_cast<ILBasicType*>(this);
231 if (basicType)
232 return basicType->Type == ILBaseType::Float3x3 || basicType->Type == ILBaseType::Float4x4;
233 else
234 return false;
235 }
236
237 bool ILType::IsNonShadowTexture()
238 {

Callers 7

IsMatrixFunction · 0.80
DefineTypeMethod · 0.80
ConvertBasicTypeMethod · 0.80
PrintCallInstrMethod · 0.80
PrintBinaryInstrMethod · 0.80
PrintImportInstrMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected