MCPcopy 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
93bool Type::IsMatrix() const
94{
95 return IsScalarOrVector() && width > 1 && height > 1;
96}
97
98bool Type::IsStruct() const
99{

Callers 3

OutputHLSL.cppFile · 0.80
FillDefaultsFunction · 0.80
PatchMatrixRowsFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected