summaryrefslogtreecommitdiff
path: root/host-common
diff options
context:
space:
mode:
authorLingfeng Yang <lfy@google.com>2021-02-17 14:35:09 -0800
committerLingfeng Yang <lfy@google.com>2021-02-18 09:14:44 -0800
commite94c375ba0eee1aa3107c8a1e0ae8ae080368d49 (patch)
tree143ce7b2665499362a1d5e78142d209193b05e90 /host-common
parent6e552ac5dffcf7097cf27d24a5868bb8e4b5729a (diff)
downloadvulkan-cereal-e94c375ba0eee1aa3107c8a1e0ae8ae080368d49.tar.gz
[2/n] Add feature flag for batched descriptor updates
Bug: 177241396 Change-Id: I9cdd76751c0e5e0f0f446ef4d5b98e107ddfcd8f
Diffstat (limited to 'host-common')
-rw-r--r--host-common/FeatureControlDefGuest.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/host-common/FeatureControlDefGuest.h b/host-common/FeatureControlDefGuest.h
index e6e8d3f2..f808e31b 100644
--- a/host-common/FeatureControlDefGuest.h
+++ b/host-common/FeatureControlDefGuest.h
@@ -62,3 +62,4 @@ FEATURE_CONTROL_ITEM(ModemSimulator)
FEATURE_CONTROL_ITEM(VirtioMouse)
FEATURE_CONTROL_ITEM(VirtconsoleLogcat)
FEATURE_CONTROL_ITEM(VulkanQueueSubmitWithCommands)
+FEATURE_CONTROL_ITEM(VulkanBatchedDescriptorSetUpdate)