Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
winevulkan: Allow vkGetDeviceProcAddr to load instance functions for …
…broken games. Doom and Wolfenstein II use vkGetDeviceProcAddr to load all their function pointers, while they are supposed to use vkGetInstanceProcAddr for the instance ones. This is in violation of the Vulkan spec, but so far the loader allows this, but Khronos is thinking about fixing the spec and potentially the loader. KhronosGroup/Vulkan-LoaderAndValidationLayers#2323
- Loading branch information