vulkan: stop excluding Shader64BitIndexingEXT SPIR-V cap

The SPIRV spec has been fixed since
3853dc11e5 ("spirv: Update the JSON and headers").

Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/38543>
This commit is contained in:
Samuel Pitoiset 2025-11-20 09:34:07 +01:00 committed by Marge Bot
parent 334ffcda14
commit 9c34567a4a

View file

@ -60,9 +60,6 @@ NON_EXISTANT_CAPS = [
# Exclude the one beta cap.
'ShaderEnqueueAMDX',
# Doesn't exist.
'Shader64BitIndexingEXT',
]
def process_enable(enab):