Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
96
bool IsMatrixType(HLSLBaseType baseType)
97
{
98
return baseTypeDescriptions[baseType].coreType == CoreType_Matrix;
99
}
100
101
bool IsVectorType(HLSLBaseType baseType)
102
{
Callers
3
IsNumericType
Function · 0.85
ArithmeticOpResultType
Function · 0.85
GetMemberType
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected