MCPcopy Create free account
hub / github.com/RavEngine/RavEngine / IsCompressedFormat

Function IsCompressedFormat

deps/LLGL/sources/Renderer/Format.cpp:231–234  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

229}
230
231LLGL_EXPORT bool IsCompressedFormat(const Format format)
232{
233 return ((GetFormatAttribs(format).flags & FormatFlags::IsCompressed) != 0);
234}
235
236LLGL_EXPORT bool IsCompressedFormat(const ImageFormat imageFormat)
237{

Callers 12

GLTexSubImage1DBaseFunction · 0.85
GLTexSubImage2DBaseFunction · 0.85
GLTexSubImage3DBaseFunction · 0.85
GLTexImage1DBaseFunction · 0.85
GLTexImage2DBaseFunction · 0.85
GLTexImage3DBaseFunction · 0.85
GLTexImageCubeFunction · 0.85
GLTextureSubImage1DBaseFunction · 0.85
GLTextureSubImage2DBaseFunction · 0.85
GLTextureSubImage3DBaseFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected