rusticl/spirv: support more caps

Fixes: 22171d16f8 ("mesa: Use the new spirv_capabilities struct")
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/30104>
This commit is contained in:
Karol Herbst 2024-06-27 01:22:47 +02:00 committed by Marge Bot
parent 48050d9f45
commit 5cc37b9025

View file

@ -319,6 +319,8 @@ impl SPIRVBin {
ImageReadWrite: true,
Linkage: true,
LiteralSampler: true,
SampledBuffer: true,
Sampled1D: true,
Vector16: true,
..Default::default()
}