wgpu: update to v24.0.0

This commit is contained in:
Laytan Laats
2025-02-17 19:55:44 +01:00
parent f0b1357132
commit ae9388c013
20 changed files with 1804 additions and 1345 deletions
+1 -1
View File
@@ -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()