aboutsummaryrefslogtreecommitdiffstats
path: root/src/compiler/shader_info.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/compiler/shader_info.h')
-rw-r--r--src/compiler/shader_info.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/compiler/shader_info.h b/src/compiler/shader_info.h
index 59d95416877..7f655bb6ca5 100644
--- a/src/compiler/shader_info.h
+++ b/src/compiler/shader_info.h
@@ -93,6 +93,8 @@ struct spirv_supported_capabilities {
bool amd_image_read_write_lod;
bool amd_shader_explicit_vertex_parameter;
bool amd_image_gather_bias_lod;
+
+ bool intel_subgroup_shuffle;
};
typedef struct shader_info {