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

Method GetFormat

src/Nazara/Utility/Image.cpp:639–642  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

637 }
638
639 PixelFormatType Image::GetFormat() const
640 {
641 return m_sharedImage->format;
642 }
643
644 unsigned int Image::GetHeight(UInt8 level) const
645 {

Callers 5

CopyMethod · 0.45
LoadArrayFromImageMethod · 0.45
LoadCubemapFromImageMethod · 0.45
ConvertToFloatFormatFunction · 0.45
ConvertToIntegerFormatFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected