After NVIDIA updated their beta Vulkan drivers recently, it came with a pretty big issue they've now corrected.
On November 28th, NVIDIA moved this special driver over from the 396 driver series to the much newer 415 series. This added in Turing support (the 2080 etc) along with supporting new Vulkan extensions and bug fixes for the VK_EXT_transform_feedback extension.
Sadly, it broke Unity games when run in Wine for things like Steam Play. Considering this is the only driver from NVIDIA that supports the transform feedback extension (helps DXVK) it was a big issue.
This is now corrected with the new 415.18.04 driver released on the 2nd of December, which also adds in support for the VK_KHR_shader_float16_int8 and VK_KHR_shader_float_controls extensions.
See more here.
New Extensions:
VK_KHR_shader_float16_int8 VK_KHR_shader_float_controls
Fixes:
Fixes regression with Unity games on Linux
Tested with cuphead and works, however vulkan appears as 1.1.92
^_^
Last edited by mrdeathjr on 4 December 2018 at 12:41 pm UTC
Quoting: mrdeathjrDecember 2nd, 2018 - Windows 417.23, Linux 415.18.04
New Extensions:
VK_KHR_shader_float16_int8 VK_KHR_shader_float_controls
Fixes:
Fixes regression with Unity games on Linux
Tested with cuphead and works, however vulkan appears as 1.1.92
^_^
Is this driver on Ubuntu 18 ?
Quoting: massatt212Is this driver on Ubuntu 18 ?
Hi in my case use run file from nvidia drivers homepage
^_^
See more from me