vulkanite icon indicating copy to clipboard operation
vulkanite copied to clipboard

Fix AMD support on Linux

Open DexterHaxxor opened this issue 1 year ago • 2 comments
trafficstars

This PR fixes Linux support by removing the POSIX close call in the same way as the already commented out Windows CloseHandle call. This makes the mod function on Linux using AMD GPUs.

DexterHaxxor avatar Feb 06 '24 18:02 DexterHaxxor

Are Proprietary drivers required or does this work on Radeon Vulkan?

Weather-OS avatar Apr 01 '24 00:04 Weather-OS

No, this works with RADV as well. You might have trouble getting any shaders to load though, since there are some incompatibilities.

DexterHaxxor avatar Apr 01 '24 14:04 DexterHaxxor