diff options
author | Luke Wilde <lukew@serenityos.org> | 2022-06-04 04:27:48 +0100 |
---|---|---|
committer | Linus Groh <mail@linusgroh.de> | 2022-06-13 21:45:27 +0100 |
commit | 076c9772a4ce2a1fe2a6ce39a0d787f3d4bea488 (patch) | |
tree | 7cc7de5c98ae81d99af6e24b9775d18364bd941c /AK/Debug.h.in | |
parent | 68d9d4e247bb0aca76e8bddf231ed561a0231312 (diff) | |
download | serenity-076c9772a4ce2a1fe2a6ce39a0d787f3d4bea488.zip |
LibWeb: Add ability to present LibGL framebuffer and add clearing
Diffstat (limited to 'AK/Debug.h.in')
-rw-r--r-- | AK/Debug.h.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/AK/Debug.h.in b/AK/Debug.h.in index 3002950e8c..ff5416e4e0 100644 --- a/AK/Debug.h.in +++ b/AK/Debug.h.in @@ -478,6 +478,10 @@ #cmakedefine01 WASM_VALIDATOR_DEBUG #endif +#ifndef WEBGL_CONTEXT_DEBUG +#cmakedefine01 WEBGL_CONTEXT_DEBUG +#endif + #ifndef WEBSERVER_DEBUG #cmakedefine01 WEBSERVER_DEBUG #endif |