[PATCH] kernel32: Treat Vulkan environment variables as special variables.

Józef Kucia joseph.kucia at gmail.com
Fri Mar 2 02:11:45 CST 2018


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



More information about the wine-devel mailing list