From e7fc9b3adeb37cb10726718e512b0da8dc49bc11 Mon Sep 17 00:00:00 2001 From: skal Date: Mon, 2 Feb 2026 12:24:29 +0100 Subject: fix(build): Add compatibility for older wgpu-native headers - Added preprocessor definitions for 'WGPUOptionalBool_True' and 'WGPUOptionalBool_False' to ensure successful cross-compilation against the older wgpu-native headers used for the Windows build. - This resolves the build failures in the Windows CI/check script. --- src/tests/test_3d_render.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/tests/test_3d_render.cc') diff --git a/src/tests/test_3d_render.cc b/src/tests/test_3d_render.cc index e14ed93..a87897f 100644 --- a/src/tests/test_3d_render.cc +++ b/src/tests/test_3d_render.cc @@ -176,7 +176,7 @@ int main() { PlatformState platform_state = {}; platform_init(&platform_state, false, nullptr, nullptr); - + // The test's own WGPU init sequence init_wgpu(&platform_state); -- cgit v1.2.3