MCPcopy Create free account
hub / github.com/IppClub/Dora-SSR / getName

Function getName

Source/3rdParty/bimg/src/image.cpp:275–283  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

273 }
274
275 const char* getName(TextureFormat::Enum _format)
276 {
277 if (_format >= TextureFormat::Count)
278 {
279 return "Unknown?!";
280 }
281
282 return s_textureFormatName[_format];
283 }
284
285 TextureFormat::Enum getFormat(const char* _name)
286 {

Callers 1

imageConvertFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected