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

Method getBytesPerElement

GPCS4/Graphics/Gnm/GnmDataFormat.cpp:400–403  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

398 }
399
400 uint32_t DataFormat::getBytesPerElement(void) const
401 {
402 return getBitsPerElement() / 8;
403 }
404
405 uint32_t DataFormat::getBitsPerElement(void) const
406 {

Callers 3

generateIndexBufferMethod · 0.80
initAsDataBufferMethod · 0.80
getSliceSizeInBytesMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected