Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
461
std::uint32_t Image::GetRowStride() const
462
{
463
return (GetBytesPerPixel() * GetExtent().width);
464
}
465
466
std::uint32_t Image::GetDepthStride() const
467
{
Callers
3
ReadPixels
Method · 0.80
WritePixels
Method · 0.80
SaveImagePNG
Function · 0.80
Calls
1
GetBytesPerPixel
Function · 0.85
Tested by
1
SaveImagePNG
Function · 0.64