mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-06-03 21:58:26 +02:00
rusticl/spirv: silence GenericPointer cap warning
Not much we can do about it anyway. Reviewed-by: Adam Jackson <ajax@redhat.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/41703>
This commit is contained in:
parent
3cb3e9890d
commit
e6ed0094af
1 changed files with 1 additions and 0 deletions
|
|
@ -1454,6 +1454,7 @@ impl Device {
|
|||
let mut spirv_caps = *spirv_to_nir_opts.caps;
|
||||
spirv_caps.Float64 = true;
|
||||
spirv_caps.Int64 = true;
|
||||
spirv_caps.GenericPointer = true;
|
||||
spirv_to_nir_opts.caps = &spirv_caps;
|
||||
|
||||
let lib_clc = spirv::SPIRVBin::get_lib_clc(dev_base.screen(), spirv_to_nir_opts);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue