MCPcopy 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
476std::uint32_t Image::GetNumPixels() const
477{
478 return (extent_.width * extent_.height * extent_.depth);
479}
480
481static bool Is1DRegionValid(std::int32_t offset, std::uint32_t extent, std::uint32_t limit)
482{

Callers 1

CreateTexturesMethod · 0.80

Calls

no outgoing calls

Tested by 1

CreateTexturesMethod · 0.64