mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-04 06:38:47 +00:00
wgpu: cont. fix sdl2glue on Linux
This commit is contained in:
Vendored
+6
@@ -41,6 +41,12 @@ MAJOR_VERSION :: 2
|
||||
MINOR_VERSION :: 0
|
||||
PATCHLEVEL :: 16
|
||||
|
||||
VERSION :: proc "contextless" (ver: ^version) {
|
||||
ver.major = MAJOR_VERSION
|
||||
ver.minor = MINOR_VERSION
|
||||
ver.patch = PATCHLEVEL
|
||||
}
|
||||
|
||||
@(default_calling_convention="c", link_prefix="SDL_")
|
||||
foreign lib {
|
||||
GetVersion :: proc(ver: ^version) ---
|
||||
|
||||
Reference in New Issue
Block a user