MCPcopy 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
88bool Type::IsVector() const
89{
90 return IsScalarOrVector() && width > 1 && height == 1;
91}
92
93bool Type::IsMatrix() const
94{

Callers 2

OutputHLSL.cppFile · 0.80
ApplyPackedModifierFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected