Skip to content

Commit

Permalink
Linux compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
MineGame159 committed Aug 3, 2023
1 parent de27cce commit 5266753
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions static_include/static_common.go
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,9 @@ func execTrampoline(cmd *vkCommand, args ...uintptr) uintptr {
// destroying a Vulkan instance.
libName = "libMoltenVK.dylib"
case "linux":
// TODO: Opening/running on linux is completely untested.
libName = "libvulkan.1.dylib"
// TODO: Running on Linux is tested only to the point of creating and
// destroying a Vulkan instance.
libName = "libvulkan.so"
default:
panic("Unsupported GOOS at OpenLibrary: " + runtime.GOOS)
}
Expand Down

0 comments on commit 5266753

Please sign in to comment.