Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RavEngine/RavEngine
/ GetDepthStride
Method
GetDepthStride
deps/LLGL/sources/Core/Image.cpp:466–469 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
464
}
465
466
std::uint32_t Image::GetDepthStride() const
467
{
468
return (GetRowStride() * GetExtent().height);
469
}
470
471
std::uint32_t Image::GetDataSize() const
472
{
Callers
3
ReadPixels
Method · 0.80
WritePixels
Method · 0.80
SaveImagePNG
Function · 0.80
Calls
no outgoing calls
Tested by
1
SaveImagePNG
Function · 0.64