Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/carbonengine/trinity
/ IsMatrix
Method
IsMatrix
shadercompiler/Type.cpp:93–96 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
91
}
92
93
bool Type::IsMatrix() const
94
{
95
return IsScalarOrVector() && width > 1 && height > 1;
96
}
97
98
bool Type::IsStruct() const
99
{
Callers
3
OutputHLSL.cpp
File · 0.80
FillDefaults
Function · 0.80
PatchMatrixRows
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected