From 86e5f76d3d5a5608861813c051af2af4c075e814 Mon Sep 17 00:00:00 2001 From: Jason Ekstrand Date: Sat, 19 Jan 2019 10:23:28 -0600 Subject: spirv: Add support for SPV_EXT_physical_storage_buffer Reviewed-by: Bas Nieuwenhuizen --- src/compiler/shader_info.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/compiler/shader_info.h') 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; -- cgit v1.2.3