You are not logged in.

#1 2020-06-01 07:37:37

Gliden
Member
Registered: 2019-11-09
Posts: 20

Support for DirectX and Vulkan graphics card

Hi, how to check which version of DirectX and Vulkan is supported by a video card in linux ?

Offline

#2 2020-06-01 08:58:39

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 21,657

Re: Support for DirectX and Vulkan graphics card

You can't really directly check directx (other than just playing a relevant game), but vulkan can be determined with vulkaninfo and looking at the VkPhysicalDeviceProperties

If the supported API version is something around 1.1 you "generally" have sufficient support for DX11 and 12 via dxvk and vkd3d respectively. But a lot of things depend on the actual extensions implemented by the driver. For that you might have to check a bit more in depth  as to what the relevant translation layers use and might be missing from your particular implementation.

Mod note: Moving to Kernel & Hardware

Offline

Board footer

Powered by FluxBB