top | item 11254240

(no title)

glaze | 10 years ago

NVIDIA recently updated their mainline driver to support it on Windows and Linux. AMD's support is in beta driver and only for Windows.

discuss

order

cm3|10 years ago

I don't know how NVIDIA's linux driver is structured but I'm curious if they use a separate Vulkan .so file like NVIDIA's OpenGL library which one has to make sure is used instead of Mesa.

MrRadar|10 years ago

The good news is that Vulkan was designed with a multi-GPU (vendor) use case in mind so there is a generic "loader" that you use to load vendor-specific Vulkan implementations for each GPU your application renders with.

paulmd|10 years ago

Please also note that AMD's Vulkan beta driver is not packaged with DirectX, so you should give it a pass unless you are a dev or you have a game that supports it.

cm3|10 years ago

What's the role of DirectX in that context?