Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
Copy
Method · 0.45
LoadArrayFromImage
Method · 0.45
LoadCubemapFromImage
Method · 0.45
ConvertToFloatFormat
Function · 0.45
ConvertToIntegerFormat
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected