MCPcopy Create free account
hub / github.com/DaedalusX64/daedalus / GetStride

Method GetStride

Source/SysPSP/Graphics/NativeTexturePSP.cpp:618–622  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

616//
617//*****************************************************************************
618u32 CNativeTexture::GetStride() const
619{
620 return CalcBytesRequired( mTextureBlockWidth, mTextureFormat );
621
622}
623//*****************************************************************************
624//
625//*****************************************************************************

Callers 1

LoadPngFunction · 0.45

Calls 1

CalcBytesRequiredFunction · 0.85

Tested by

no test coverage detected