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