From 6d287943d17a662c14dfefc110f073159b2955e0 Mon Sep 17 00:00:00 2001 From: Eric Engestrom Date: Mon, 11 Mar 2024 14:19:10 +0000 Subject: [PATCH] vk/update-aliases: drop VK_ERROR_ prefix substitution There is no code currently concatenating that string so it is not useful to have it here, and it is triggering a loop because a substitution is becoming itself if we remove this prefix. Part-of: --- src/vulkan/registry/update-aliases.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/vulkan/registry/update-aliases.py b/src/vulkan/registry/update-aliases.py index 2a5fdee5d4e..935bcea5f59 100755 --- a/src/vulkan/registry/update-aliases.py +++ b/src/vulkan/registry/update-aliases.py @@ -82,7 +82,6 @@ def main(paths: list[str]): 'VK_DESCRIPTOR_TYPE_', 'VK_DRIVER_ID_', 'VK_DYNAMIC_STATE_', - 'VK_ERROR_', 'VK_FORMAT_', 'VK_IMAGE_ASPECT_MEMORY_PLANE_', 'VK_IMAGE_ASPECT_PLANE_',