Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
101
bool IsVectorType(HLSLBaseType baseType)
102
{
103
return baseTypeDescriptions[baseType].coreType == CoreType_Vector;
104
}
105
106
bool IsScalarType(HLSLBaseType baseType)
107
{
Callers
4
IsNumericType
Function · 0.85
GetVectorDimension
Function · 0.85
ArithmeticOpResultType
Function · 0.85
GetMemberType
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected