mirror of
https://github.com/Ed94/Odin.git
synced 2026-06-13 01:21:38 -07:00
Update vendor/wgpu/examples/sdl2/main.odin
Co-authored-by: Laytan <laytanlaats@hotmail.com>
This commit is contained in:
Vendored
+1
-1
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user