aboutsummaryrefslogtreecommitdiff
path: root/include/platform/autogen/FeaturesVk_autogen.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/platform/autogen/FeaturesVk_autogen.h')
-rw-r--r--include/platform/autogen/FeaturesVk_autogen.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/include/platform/autogen/FeaturesVk_autogen.h b/include/platform/autogen/FeaturesVk_autogen.h
index b43a1afc70..896fa7435e 100644
--- a/include/platform/autogen/FeaturesVk_autogen.h
+++ b/include/platform/autogen/FeaturesVk_autogen.h
@@ -1424,6 +1424,13 @@ struct FeaturesVk : FeatureSetBase
&members, "http://anglebug.com/8676"
};
+ FeatureInfo useVkEventForImageBarrier = {
+ "useVkEventForImageBarrier",
+ FeatureCategory::VulkanFeatures,
+ "Uses VkEvent instead of VkCmdPipelineBarrier for image barriers",
+ &members, "https://issuetracker.google.com/336844257"
+ };
+
};
inline FeaturesVk::FeaturesVk() = default;