From 076c9772a4ce2a1fe2a6ce39a0d787f3d4bea488 Mon Sep 17 00:00:00 2001 From: Luke Wilde Date: Sat, 4 Jun 2022 04:27:48 +0100 Subject: LibWeb: Add ability to present LibGL framebuffer and add clearing --- AK/Debug.h.in | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'AK/Debug.h.in') 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 -- cgit v1.2.3