Sweden-Number/dlls/winevulkan
Roderick Colenbrander 76275505e0 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.
For now we need to allow this broken behavior.

Signed-off-by: Roderick Colenbrander <thunderbird2k@gmail.com>
Signed-off-by: Józef Kucia <jkucia@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2018-03-15 12:21:35 +01:00
..
Makefile.in winevulkan: Add instance funcs stubs. 2018-03-01 19:25:57 +01:00
make_vulkan winevulkan: Support various device extensions. 2018-03-15 12:21:32 +01:00
version.rc
vk.xml
vulkan.c winevulkan: Allow vkGetDeviceProcAddr to load instance functions for broken games. 2018-03-15 12:21:35 +01:00
vulkan_private.h winevulkan: Implement vkAllocate/FreeCommandBuffers. 2018-03-14 16:40:44 +01:00
vulkan_thunks.c winevulkan: Support various device extensions. 2018-03-15 12:21:32 +01:00
vulkan_thunks.h winevulkan: Support various device extensions. 2018-03-15 12:21:32 +01:00
winevulkan.spec