Sweden-Number/dlls/winevulkan
Georg Lehmann 62cb6ace2c winevulkan: Fix queue creation with mixed queue flags.
The Vulkan spec says:
The queueFamilyIndex member of each element of pQueueCreateInfos must be unique
within pQueueCreateInfos, except that two members can share the same
queueFamilyIndex if one is a protected-capable queue and one is not a
protected-capable queue.

Signed-off-by: Georg Lehmann <dadschoorse@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2021-04-14 20:52:00 +02:00
..
Makefile.in winevulkan: Move registration functions to new loader.c file. 2021-04-13 17:34:21 +02:00
loader.c winevulkan: Move wine_vk_init to loader.c. 2021-04-14 20:51:46 +02:00
make_vulkan winevulkan: Remove native_vkGetInstanceProcAddrWINE. 2021-04-14 20:51:35 +02:00
vulkan.c winevulkan: Fix queue creation with mixed queue flags. 2021-04-14 20:52:00 +02:00
vulkan_private.h winevulkan: Fix queue creation with mixed queue flags. 2021-04-14 20:52:00 +02:00
vulkan_thunks.c winevulkan: Use standard CRT memory allocators. 2021-04-13 17:34:09 +02:00
vulkan_thunks.h winevulkan: Move ICD functions to loader.c. 2021-04-13 17:34:47 +02:00
winevulkan.json winevulkan: Update to VK spec version 1.2.170. 2021-02-15 16:20:42 +01:00
winevulkan.rc winevulkan: Create JSON manifest and registry entry used by official Vulkan loader. 2020-03-31 15:53:53 +02:00
winevulkan.spec winevulkan: Remove native_vkGetInstanceProcAddrWINE. 2021-04-14 20:51:35 +02:00