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: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/28102>
This commit is contained in:
committed by
Marge Bot
parent
9a57b1df53
commit
6d287943d1
@@ -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_',
|
||||
|
||||
Reference in New Issue
Block a user