mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-08 16:48:18 +00:00
Add more sdl3 files
This commit is contained in:
Vendored
+10
@@ -0,0 +1,10 @@
|
||||
package sdl3
|
||||
|
||||
MetalView :: distinct rawptr
|
||||
|
||||
@(default_calling_convention="c", link_prefix="SDL_", require_results)
|
||||
foreign lib {
|
||||
Metal_CreateView :: proc(window: ^Window) -> MetalView ---
|
||||
Metal_DestroyView :: proc(view: MetalView) ---
|
||||
Metal_GetLayer :: proc(view: MetalView) -> rawptr ---
|
||||
}
|
||||
Reference in New Issue
Block a user