MCPcopy Create free account
hub / github.com/RavEngine/RavEngine / GetRowStride

Method GetRowStride

deps/LLGL/sources/Core/Image.cpp:461–464  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

459}
460
461std::uint32_t Image::GetRowStride() const
462{
463 return (GetBytesPerPixel() * GetExtent().width);
464}
465
466std::uint32_t Image::GetDepthStride() const
467{

Callers 3

ReadPixelsMethod · 0.80
WritePixelsMethod · 0.80
SaveImagePNGFunction · 0.80

Calls 1

GetBytesPerPixelFunction · 0.85

Tested by 1

SaveImagePNGFunction · 0.64