illnyang / nvlax

Future-proof NvENC & NvFBC patcher (Linux/Windows)
GNU General Public License v3.0
159 stars 18 forks source link

Add patch to fix NvFBC not requesting proper Vulkan API version #17

Closed JPenuchot closed 2 years ago

JPenuchot commented 2 years ago

Hello,

There is an issue with NvFBC: it's using the Vulkan API without requesting the proper API version. It didn't cause any harm until Vulkan was updated to version 1.3.204 which introduced a regression that made this improper use of its API starting to cause errors.

A patch for NvFBC was proposed to correct the API misuse, here's a link to the Vulkan-Loader issue with all the details (including the patch): https://github.com/KhronosGroup/Vulkan-Loader/issues/894#issuecomment-1083388959

Could this patch be added to nvlax?

Regards, Jules

JPenuchot commented 2 years ago

Update: it will be in the next driver update https://github.com/KhronosGroup/Vulkan-Loader/issues/894#issuecomment-1089023502