On Fri, Mar 2, 2018 at 8:32 AM, Henri Verbeet hverbeet@gmail.com wrote:
On 1 March 2018 at 19:34, Józef Kucia jkucia@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.