spirv: Add support for SPV_EXT_shader_atomic_float_min_max
Reviewed-by: Caio Marcelo de Oliveira Filho <caio.oliveira@intel.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/8750>
This commit is contained in:

committed by
Marge Bot

parent
1ba9c262fd
commit
a572471edc
@@ -45,9 +45,12 @@ struct spirv_supported_capabilities {
|
||||
bool descriptor_indexing;
|
||||
bool device_group;
|
||||
bool draw_parameters;
|
||||
bool float16_atomic_min_max;
|
||||
bool float32_atomic_add;
|
||||
bool float32_atomic_min_max;
|
||||
bool float64;
|
||||
bool float64_atomic_add;
|
||||
bool float64_atomic_min_max;
|
||||
bool fragment_shader_sample_interlock;
|
||||
bool fragment_shader_pixel_interlock;
|
||||
bool fragment_shading_rate;
|
||||
|
Reference in New Issue
Block a user