MCPcopy 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
39const 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
45size_t CImageInfo::PixelSize() const
46{

Callers 1

LoadPngMethod · 0.80

Calls 1

FormatNameFunction · 0.50

Tested by

no test coverage detected