Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RavEngine/RavEngine
/ GetNumPixels
Method
GetNumPixels
deps/LLGL/sources/Core/Image.cpp:476–479 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
474
}
475
476
std::uint32_t Image::GetNumPixels() const
477
{
478
return (extent_.width * extent_.height * extent_.depth);
479
}
480
481
static bool Is1DRegionValid(std::int32_t offset, std::uint32_t extent, std::uint32_t limit)
482
{
Callers
1
CreateTextures
Method · 0.80
Calls
no outgoing calls
Tested by
1
CreateTextures
Method · 0.64