mirror of
https://github.com/Ed94/Odin.git
synced 2026-09-01 22:10:08 +00:00
wgpu: update to v24.0.0
This commit is contained in:
+1
-1
@@ -23,7 +23,7 @@ os_init :: proc(os: ^OS) {
|
||||
}
|
||||
|
||||
os_run :: proc(os: ^OS) {
|
||||
dt: f32
|
||||
dt: f32
|
||||
|
||||
for !glfw.WindowShouldClose(os.window) {
|
||||
start := time.tick_now()
|
||||
|
||||
Reference in New Issue
Block a user