Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
generateIndexBuffer
Method · 0.80
initAsDataBuffer
Method · 0.80
getSliceSizeInBytes
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected