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

Method getTotalBytesPerElement

GPCS4/Graphics/Gnm/GnmDataFormat.cpp:463–466  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

461 }
462
463 uint32_t DataFormat::getTotalBytesPerElement(void) const
464 {
465 return getTotalBitsPerElement() / 8;
466 }
467
468 bool DataFormat::isBlockCompressedFormat(void) const
469 {

Calls

no outgoing calls

Tested by

no test coverage detected