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

Function IsFloatingType

hlslparser/src/HLSLParser.cpp:171–175  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

169}
170
171bool IsFloatingType(HLSLBaseType type)
172{
173 NumericType n = baseTypeDescriptions[type].numericType;
174 return n == NumericType_Half || n == NumericType_Float || n == NumericType_Double;
175}
176
177bool IsIntegerType(HLSLBaseType type)
178{

Callers 1

GetExpressionValueMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected