diff options
author | Jason Ekstrand <[email protected]> | 2019-01-19 10:23:28 -0600 |
---|---|---|
committer | Jason Ekstrand <[email protected]> | 2019-01-26 13:41:50 -0600 |
commit | 86e5f76d3d5a5608861813c051af2af4c075e814 (patch) | |
tree | 9538236d485eb99aabfa10335bc386a22ca3b42d /src/compiler/shader_info.h | |
parent | fb282a68bc46a1e28eaedb2670be241401f2b9da (diff) |
spirv: Add support for SPV_EXT_physical_storage_buffer
Reviewed-by: Bas Nieuwenhuizen <[email protected]>
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 7af36a66d13..c3dbe764961 100644 --- a/src/compiler/shader_info.h +++ b/src/compiler/shader_info.h @@ -51,6 +51,7 @@ struct spirv_supported_capabilities { bool kernel; bool min_lod; bool multiview; + bool physical_storage_buffer_address; bool post_depth_coverage; bool runtime_descriptor_array; bool shader_viewport_index_layer; |