rusticl/spirv: enable more caps

Silences warnings about them.

Fixes: ba11b12a82 ("rusticl: Use the new spirv_capabilities struct")
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/29193>
This commit is contained in:
Karol Herbst 2024-05-14 13:18:24 +02:00 committed by Marge Bot
parent 590ea76104
commit be0a893a2e

View file

@ -303,6 +303,7 @@ impl SPIRVBin {
spirv_capabilities {
Addresses: true,
Float16: true,
Float16Buffer: true,
Float64: true,
GenericPointer: true,
Groups: true,
@ -316,6 +317,7 @@ impl SPIRVBin {
ImageReadWrite: true,
Linkage: true,
LiteralSampler: true,
Vector16: true,
..Default::default()
}
}