Reverts a backwards incompatible change in vkGetInstanceProcAddr behaviour for instances with API version 1.2 or earlier.
Signed-off-by: Philipp Zabel <[email protected]> --- rules/vulkan-loader.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/vulkan-loader.make b/rules/vulkan-loader.make index 91f34948a60f..765eb56a43c4 100644 --- a/rules/vulkan-loader.make +++ b/rules/vulkan-loader.make @@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_VULKAN_LOADER) += vulkan-loader # # Paths and names # -VULKAN_LOADER_VERSION := 1.2.198.0 -VULKAN_LOADER_MD5 := 6c9f55cf1f802b04ccffa6bfe699ceee +VULKAN_LOADER_VERSION := 1.2.198.1 +VULKAN_LOADER_MD5 := e2a381bb2457227519a0a75aeee62975 VULKAN_LOADER := vulkan-loader-$(VULKAN_LOADER_VERSION) VULKAN_LOADER_SUFFIX := tar.gz VULKAN_LOADER_URL := https://github.com/KhronosGroup/Vulkan-Loader/archive/sdk-$(VULKAN_LOADER_VERSION).$(VULKAN_LOADER_SUFFIX) -- 2.30.2 _______________________________________________ ptxdist mailing list [email protected] To unsubscribe, send a mail with subject "unsubscribe" to [email protected]
