mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-02-23 09:40:29 +01:00
vulkan: exclude non-existant Shader64BitIndexingEXT SPIR-V capability
Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com> Acked-by: Faith Ekstrand <faith.ekstrand@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/38042>
This commit is contained in:
parent
61c71733c8
commit
a5ee985d52
1 changed files with 3 additions and 0 deletions
|
|
@ -60,6 +60,9 @@ NON_EXISTANT_CAPS = [
|
|||
|
||||
# Exclude the one beta cap.
|
||||
'ShaderEnqueueAMDX',
|
||||
|
||||
# Doesn't exist.
|
||||
'Shader64BitIndexingEXT',
|
||||
]
|
||||
|
||||
def process_enable(enab):
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue