diff options
Diffstat (limited to 'src/compiler/shader_info.h')
-rw-r--r-- | src/compiler/shader_info.h | 1 |
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 { |