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

Method GetBytesRequired

Source/SysGL/Graphics/NativeTextureGL.cpp:393–396  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

391}
392
393u32 CNativeTexture::GetBytesRequired() const
394{
395 return GetStride() * mCorrectedHeight;
396}

Callers 3

UpdateTextureFunction · 0.45
DumpTextureMethod · 0.45
LoadPngFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected