mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-06 15:48:51 +00: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
|
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 {
|
state.config = wgpu.SurfaceConfiguration {
|
||||||
device = state.device,
|
device = state.device,
|
||||||
|
|||||||
Reference in New Issue
Block a user