mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 21:17:45 +00:00
LibGfx: Add support for DDS images
This commit is contained in:
parent
9f42ccd639
commit
24c5b0e81c
18 changed files with 1375 additions and 11 deletions
|
@ -66,6 +66,10 @@
|
|||
#cmakedefine01 CURSOR_TOOL_DEBUG
|
||||
#endif
|
||||
|
||||
#ifndef DDS_DEBUG
|
||||
#cmakedefine01 DDS_DEBUG
|
||||
#endif
|
||||
|
||||
#ifndef DEFERRED_INVOKE_DEBUG
|
||||
#cmakedefine01 DEFERRED_INVOKE_DEBUG
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue