Update PW_PRIME_RENDER_OFFLOAD

the VK_LAYER_NV_optimus layer looks at the __VK_LAYER_NV_optimus environment variable. The value NVIDIA_only causes VK_LAYER_NV_optimus to only report NVIDIA GPUs to the Vulkan application
This commit is contained in:
Boria138 2023-08-31 18:49:38 +06:00
parent 19bad2db6f
commit 6de8774aa4

@ -171,6 +171,7 @@ start_portwine () {
if [[ "${PW_PRIME_RENDER_OFFLOAD}" == 1 ]] ; then
export __NV_PRIME_RENDER_OFFLOAD=1
export __VK_LAYER_NV_optimus=NVIDIA_only
export __GLX_VENDOR_LIBRARY_NAME=nvidia
fi