mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 05:18:08 +02:00
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:
parent
48050d9f45
commit
5cc37b9025
1 changed files with 2 additions and 0 deletions
|
|
@ -319,6 +319,8 @@ impl SPIRVBin {
|
|||
ImageReadWrite: true,
|
||||
Linkage: true,
|
||||
LiteralSampler: true,
|
||||
SampledBuffer: true,
|
||||
Sampled1D: true,
|
||||
Vector16: true,
|
||||
..Default::default()
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue