MCPcopy Create free account
hub / github.com/NazaraEngine/NazaraEngine / GetLevelCount

Method GetLevelCount

src/Nazara/Utility/Image.cpp:657–660  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

655 }
656
657 UInt8 Image::GetLevelCount() const
658 {
659 return UInt8(m_sharedImage->levels.size());
660 }
661
662 UInt8 Image::GetMaxLevel() const
663 {

Callers 1

LoadMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected