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

Function isCompressed

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

Source from the content-addressed store, hash-verified

234 static_assert(TextureFormat::Count == BX_COUNTOF(s_textureFormatName) );
235
236 bool isCompressed(TextureFormat::Enum _format)
237 {
238 return _format < TextureFormat::Unknown;
239 }
240
241 bool isColor(TextureFormat::Enum _format)
242 {

Callers 15

convertFunction · 0.85
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

Calls

no outgoing calls

Tested by

no test coverage detected