summaryrefslogtreecommitdiffstats
path: root/src/compiler/shader_info.h
diff options
context:
space:
mode:
authorJose Maria Casanova Crespo <[email protected]>2018-07-09 02:01:22 +0200
committerJose Maria Casanova Crespo <[email protected]>2018-07-10 00:14:50 +0200
commit0c01bf70e08d4eaeb17c3cbad79d520c65162772 (patch)
tree5d6613d929308aaedbbc7fde925f47bc47f9e1a8 /src/compiler/shader_info.h
parentf29c19cd5c284037748021a80801fef463982082 (diff)
spirv/nir: Add support for SPV_KHR_8bit_storage
Reviewed-by: Jason Ekstrand <[email protected]>
Diffstat (limited to 'src/compiler/shader_info.h')
-rw-r--r--src/compiler/shader_info.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/compiler/shader_info.h b/src/compiler/shader_info.h
index 8c58ee285ec..3b95d5962c0 100644
--- a/src/compiler/shader_info.h
+++ b/src/compiler/shader_info.h
@@ -58,6 +58,7 @@ struct spirv_supported_capabilities {
bool runtime_descriptor_array;
bool stencil_export;
bool atomic_storage;
+ bool storage_8bit;
};
typedef struct shader_info {