summaryrefslogtreecommitdiff
path: root/vulkan/scripts
diff options
context:
space:
mode:
author Android Build Coastguard Worker <android-build-coastguard-worker@google.com> 2025-04-01 20:54:31 -0700
committer Android Build Coastguard Worker <android-build-coastguard-worker@google.com> 2025-04-01 20:54:31 -0700
commit37bc008a53d0b622561e3619701cde287add886c (patch)
treeeb79828567bf233a8ac59530934b880b1e3edc72 /vulkan/scripts
parent3115163545c2f5b5857133e2d36c3230c04e93d4 (diff)
parenta6962e8b814a3d166eaed9e0b9f7fd37a4d0e01a (diff)
Merge cherrypicks of ['googleplex-android-review.googlesource.com/32697684'] into 25Q2-release.
Change-Id: I226a1a06b3029db375d353214d70a262fe0f43cf
Diffstat (limited to 'vulkan/scripts')
-rw-r--r--vulkan/scripts/vk.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/vulkan/scripts/vk.py b/vulkan/scripts/vk.py
index 983e0dc296..a68a99dda7 100644
--- a/vulkan/scripts/vk.py
+++ b/vulkan/scripts/vk.py
@@ -742,7 +742,7 @@ class VkPhysicalDeviceVulkan14Features:
pipelineProtectedAccess: VkBool32
pipelineRobustness: VkBool32
hostImageCopy: VkBool32
- # pushDescriptor: bool
+ pushDescriptor: VkBool32
@dataclass