Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RavEngine/RavEngine
/ GetDataSize
Method
GetDataSize
deps/LLGL/sources/Core/Image.cpp:471–474 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
469
}
470
471
std::uint32_t Image::GetDataSize() const
472
{
473
return (GetNumPixels() * GetBytesPerPixel());
474
}
475
476
std::uint32_t Image::GetNumPixels() const
477
{
Callers
3
Image
Method · 0.80
Image.cpp
File · 0.80
LoadImage
Function · 0.80
Calls
1
GetBytesPerPixel
Function · 0.85
Tested by
1
LoadImage
Function · 0.64