Update vendor/wgpu/examples/sdl2/main.odin

Co-authored-by: Laytan <laytanlaats@hotmail.com>
This commit is contained in:
Emir
2024-08-02 18:04:36 +03:00
committed by GitHub
parent c98bb7da39
commit e55d09bdfa
+1 -1
View File
@@ -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,