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

Function IsVectorType

hlslparser/src/HLSLParser.cpp:101–104  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

99}
100
101bool IsVectorType(HLSLBaseType baseType)
102{
103 return baseTypeDescriptions[baseType].coreType == CoreType_Vector;
104}
105
106bool IsScalarType(HLSLBaseType baseType)
107{

Callers 4

IsNumericTypeFunction · 0.85
GetVectorDimensionFunction · 0.85
ArithmeticOpResultTypeFunction · 0.85
GetMemberTypeMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected