spirv: Add support for SPV_EXT_shader_image_atomic_int64
Reviewed-by: Rhys Perry <pendingchaos02@gmail.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/7509>
This commit is contained in:

committed by
Marge Bot

parent
5a3e22018d
commit
2bbe01b186
@@ -54,6 +54,7 @@ struct spirv_supported_capabilities {
|
||||
bool image_ms_array;
|
||||
bool image_read_without_format;
|
||||
bool image_write_without_format;
|
||||
bool image_atomic_int64;
|
||||
bool int8;
|
||||
bool int16;
|
||||
bool int64;
|
||||
|
Reference in New Issue
Block a user