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:
Jason Ekstrand
2020-08-27 01:11:25 -05:00
committed by Marge Bot
parent 1ba9c262fd
commit a572471edc
2 changed files with 32 additions and 1 deletions

View File

@@ -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;