summaryrefslogtreecommitdiff
path: root/AK/Debug.h.in
diff options
context:
space:
mode:
authorLuke Wilde <lukew@serenityos.org>2022-06-04 04:27:48 +0100
committerLinus Groh <mail@linusgroh.de>2022-06-13 21:45:27 +0100
commit076c9772a4ce2a1fe2a6ce39a0d787f3d4bea488 (patch)
tree7cc7de5c98ae81d99af6e24b9775d18364bd941c /AK/Debug.h.in
parent68d9d4e247bb0aca76e8bddf231ed561a0231312 (diff)
downloadserenity-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.in4
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