MCPcopy Create free account
hub / github.com/Inori/GPCS4 / isBlockCompressedFormat

Method isBlockCompressedFormat

GPCS4/Graphics/Gnm/GnmDataFormat.cpp:468–471  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

466 }
467
468 bool DataFormat::isBlockCompressedFormat(void) const
469 {
470 return (m_bits.m_surfaceFormat >= kSurfaceFormatBc1) && (m_bits.m_surfaceFormat <= kSurfaceFormatBc7);
471 }
472
473 SurfaceFormat DataFormat::getSurfaceFormat(void) const
474 {

Calls

no outgoing calls

Tested by

no test coverage detected