summaryrefslogtreecommitdiffstats
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 e9ca222dea8..dab15b58894 100644
--- a/src/compiler/shader_info.h
+++ b/src/compiler/shader_info.h
@@ -60,6 +60,8 @@ struct spirv_supported_capabilities {
bool atomic_storage;
bool storage_8bit;
bool post_depth_coverage;
+ bool transform_feedback;
+ bool geometry_streams;
};
typedef struct shader_info {