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:
Jason Ekstrand
2020-03-17 17:57:42 -05:00
committed by Marge Bot
parent 5a3e22018d
commit 2bbe01b186
2 changed files with 20 additions and 4 deletions

View File

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