[PATCH] winevulkan: Update to VK spec version 1.2.158.

Georg Lehmann dadschoorse at gmail.com
Mon Oct 19 11:34:32 CDT 2020


On 19.10.20 18:09, Liam Middlebrook wrote:
> Signed-off-by: Liam Middlebrook <lmiddlebrook at nvidia.com>
> Signed-off-by: Daniel Koch <dkoch at nvidia.com>
> ---
>   dlls/winevulkan/make_vulkan | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/dlls/winevulkan/make_vulkan b/dlls/winevulkan/make_vulkan
> index 8761d32d6f2..89fd4ac0b42 100755
> --- a/dlls/winevulkan/make_vulkan
> +++ b/dlls/winevulkan/make_vulkan
> @@ -64,7 +64,7 @@ from enum import Enum
>   LOGGER = logging.Logger("vulkan")
>   LOGGER.addHandler(logging.StreamHandler())
>   
> -VK_XML_VERSION = "1.2.155"
> +VK_XML_VERSION = "1.2.158"


This enables VK_EXT_device_memory_report which needs callback conversion.

So please add it to the list of unsupported extensions.


Thanks,


Georg Lehmann


>   WINE_VK_VERSION = (1, 2)
>   
>   # Filenames to create.



More information about the wine-devel mailing list