spirv: Add support for SPV_EXT_shader_atomic_float
Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com> Reviewed-by: Samuel Pitoiset <samuel.pitoiset@gmail.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5992>
This commit is contained in:

committed by
Marge Bot

parent
2a568c595b
commit
84086b620e
@@ -42,7 +42,9 @@ struct spirv_supported_capabilities {
|
||||
bool descriptor_indexing;
|
||||
bool device_group;
|
||||
bool draw_parameters;
|
||||
bool float32_atomic_add;
|
||||
bool float64;
|
||||
bool float64_atomic_add;
|
||||
bool fragment_shader_sample_interlock;
|
||||
bool fragment_shader_pixel_interlock;
|
||||
bool geometry_streams;
|
||||
|
Reference in New Issue
Block a user