HGL
wise-white
DXVK claims VK_KHR_surface is not supported, but vulkaninfo disagrees
See attached log and
vulkaninfo
output. I can only assume I have some misconfiguration somewhere, but it's over my head.2 Replies
Looks like this is a 32-bit game, do you have all the 32-bit Vulkan components installed as well?
(I believe the packages should be
lib32-vulkan-icd-loader
and lib32-vulkan-radeon
)wise-whiteOP•4mo ago
Oh, good catch! I probably don't.
I do have
lib32-vulkan-icd-loader
installed, but not lib32-vulkan-radeon
, which would explain it.
Thank you, sir. That fixed it.