2 Mar
2018
2 Mar
'18
8:11 a.m.
On Fri, Mar 2, 2018 at 8:32 AM, Henri Verbeet <hverbeet(a)gmail.com> wrote:
On 1 March 2018 at 19:34, Józef Kucia <jkucia(a)codeweavers.com> wrote:
We do not want to inherit Vulkan environment variables from the Unix environment, e.g. VK_ICD_FILENAMES confuses Windows Vulkan loader.
What about e.g. VK_INSTANCE_LAYERS?
I think we don't want to inherit VK_INSTANCE_LAYERS to Win32 environment. It could potentially lead to loading Vulkan validation layers twice. VK_INSTANCE_LAYERS should work just fine with Linux Vulkan loader with the patch.