mirror of
https://github.com/odin-lang/Odin.git
synced 2026-07-20 22:51:09 +00:00
Update vendor/wgpu/examples/sdl2/main.odin
Co-authored-by: Laytan <laytanlaats@hotmail.com>
This commit is contained in:
2
vendor/wgpu/examples/sdl2/main.odin
vendored
2
vendor/wgpu/examples/sdl2/main.odin
vendored
@@ -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