Add sdl3_vulkan.odin

This commit is contained in:
gingerBill
2025-02-07 08:37:33 +00:00
parent d1f2820ff5
commit 3bf475deaf
2 changed files with 15 additions and 1 deletions
-1
View File
@@ -17,5 +17,4 @@ foreign lib {
RegisterApp :: proc(name: cstring, style: Uint32, hInst: rawptr) -> bool ---
UnregisterApp :: proc() ---
GDKSuspendComplete :: proc() ---
}