Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ddnet/ddnet
/ FormatName
Method
FormatName
src/engine/gfx/image.cpp:39–43 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
37
}
38
39
const char *CImageInfo::FormatName(EImageFormat Format)
40
{
41
static const char *s_apNames[] = {
"UNDEFINED"
,
"RGBA"
,
"RGB"
,
"R"
,
"RA"
};
42
return s_apNames[(int)Format + 1];
43
}
44
45
size_t CImageInfo::PixelSize() const
46
{
Callers
1
LoadPng
Method · 0.80
Calls
1
FormatName
Function · 0.50
Tested by
no test coverage detected