wgpu import

This commit is contained in:
Jeroen van Rijn
2024-06-23 22:19:29 +02:00
parent 3af9d31bd5
commit 8eafd9eb82

View File

@@ -25,6 +25,8 @@ when ODIN_OS == .Windows {
"system:ntdll.lib",
"system:opengl32.lib",
"system:advapi32.lib",
"system:user32.lib",
"system:gdi32.lib",
}
} else when ODIN_OS == .Darwin {
@(private) ARCH :: "x86_64" when ODIN_ARCH == .amd64 else "aarch64" when ODIN_ARCH == .arm64 else #panic("unsupported WGPU Native architecture")