KhronosGroup / Vulkan-Loader

Vulkan Loader
https://vulkan.lunarg.com/doc/sdk/latest/linux/LoaderInterfaceArchitecture.html
Other
513 stars 279 forks source link

Vulkan Loader settings is looking for registry key Software\\Khronos\\Vulkan\\Settings but that's the layer settings location #1509

Closed christophe-lunarg closed 4 months ago

christophe-lunarg commented 4 months ago

The new Vulkan Loader settings is searched at the Software\\Khronos\\Vulkan\\Settings location however, that's the location used for the global Vulkan layers settings files.

From discussion, we deliberated to use Software\\Khronos\\Vulkan\\LoaderSettings instead.

charles-lunarg commented 4 months ago

Actually, this issue is a duplicate ofhttps://github.com/KhronosGroup/Vulkan-Loader/issues/1219

And was fixed in #1222

Now, that makes me wonder if the documentation in the repo didn't get updated, in which that would be a very useful thing to do.