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