MCPcopy Create free account
hub / github.com/crownengine/crown / getName

Function getName

3rdparty/bimg/src/image.cpp:283–291  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

281 }
282
283 const char* getName(TextureFormat::Enum _format)
284 {
285 if (_format >= TextureFormat::Count)
286 {
287 return "Unknown?!";
288 }
289
290 return s_textureFormatName[_format];
291 }
292
293 TextureFormat::Enum getFormat(const char* _name)
294 {

Callers 3

imageConvertFunction · 0.70
dumpMethod · 0.50
mainFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected