From e55d09bdfac42a512863342193b68de508f26c51 Mon Sep 17 00:00:00 2001 From: Emir <60936780+elvodqa@users.noreply.github.com> Date: Fri, 2 Aug 2024 18:04:36 +0300 Subject: [PATCH] Update vendor/wgpu/examples/sdl2/main.odin Co-authored-by: Laytan --- vendor/wgpu/examples/sdl2/main.odin | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vendor/wgpu/examples/sdl2/main.odin b/vendor/wgpu/examples/sdl2/main.odin index 646f04c40..3d79346d0 100644 --- a/vendor/wgpu/examples/sdl2/main.odin +++ b/vendor/wgpu/examples/sdl2/main.odin @@ -53,7 +53,7 @@ main :: proc() { } state.device = device - width, height : u32 = 800, 600 // os_get_render_bounds(&state.os) + width, height := os_get_render_bounds(&state.os) state.config = wgpu.SurfaceConfiguration { device = state.device,