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 8e7b81a13ab..7c12dadd1ce 100644 --- a/src/compiler/shader_info.h +++ b/src/compiler/shader_info.h @@ -81,6 +81,7 @@ struct spirv_supported_capabilities { bool amd_gcn_shader; bool amd_shader_ballot; bool amd_trinary_minmax; + bool amd_image_read_write_lod; }; typedef struct shader_info { |