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:
@@ -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()
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user