From bf97afa2ab5b1e597bc2e08829b8ea3bc7b62b42 Mon Sep 17 00:00:00 2001 From: Erik Faye-Lund Date: Tue, 30 May 2023 11:43:25 +0200 Subject: [PATCH] zink: update profiles schema We technically need the 251 version, but the schema for that version is not released yet, so this is the best we can do. See https://github.com/KhronosGroup/Vulkan-Profiles/issues/437 This gets rid of some JSON schema-validation warnings. Part-of: --- src/gallium/drivers/zink/VP_ZINK_requirements.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gallium/drivers/zink/VP_ZINK_requirements.json b/src/gallium/drivers/zink/VP_ZINK_requirements.json index ba753425753..8950339749f 100644 --- a/src/gallium/drivers/zink/VP_ZINK_requirements.json +++ b/src/gallium/drivers/zink/VP_ZINK_requirements.json @@ -1,5 +1,5 @@ { - "$schema": "https://schema.khronos.org/vulkan/profiles-0.8.1-230.json#", + "$schema": "https://schema.khronos.org/vulkan/profiles-0.8.1-250.json", "capabilities": { "vulkan10requirements": { "features": {