mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-09 02:28:10 +02:00
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:
parent
590ea76104
commit
be0a893a2e
1 changed files with 2 additions and 0 deletions
|
|
@ -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()
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue