MCPcopy Create free account
hub / github.com/alecazam/kram / IsMatrixType

Function IsMatrixType

hlslparser/src/HLSLParser.cpp:96–99  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

94}
95
96bool IsMatrixType(HLSLBaseType baseType)
97{
98 return baseTypeDescriptions[baseType].coreType == CoreType_Matrix;
99}
100
101bool IsVectorType(HLSLBaseType baseType)
102{

Callers 3

IsNumericTypeFunction · 0.85
ArithmeticOpResultTypeFunction · 0.85
GetMemberTypeMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected