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

Function isCompressed

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

Source from the content-addressed store, hash-verified

226 static_assert(TextureFormat::Count == BX_COUNTOF(s_textureFormatName) );
227
228 bool isCompressed(TextureFormat::Enum _format)
229 {
230 return _format < TextureFormat::Unknown;
231 }
232
233 bool isColor(TextureFormat::Enum _format)
234 {

Callers 14

imageDecodeToR8Function · 0.85
imageDecodeToRgba32fFunction · 0.85
imageWriteDdsHeaderFunction · 0.85
initTestTextureFunction · 0.85
initMethod · 0.85
readTextureMethod · 0.85
createMethod · 0.85
updateMethod · 0.85
createMethod · 0.85
updateMethod · 0.85
createMethod · 0.85
updateMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected