summaryrefslogtreecommitdiff
path: root/src/gpu/gpu.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gpu/gpu.h')
-rw-r--r--src/gpu/gpu.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gpu/gpu.h b/src/gpu/gpu.h
index a0ab6ba..768b238 100644
--- a/src/gpu/gpu.h
+++ b/src/gpu/gpu.h
@@ -11,6 +11,8 @@
#if defined(DEMO_CROSS_COMPILE_WIN32)
// Windows (MinGW) using wgpu-native v0.19.4.1
+#define WGPUOptionalBool_True true
+#define WGPUOptionalBool_False false
#include <webgpu/webgpu.h>