File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -742,7 +742,7 @@ class VkPhysicalDeviceVulkan14Features:
742742 pipelineProtectedAccess : VkBool32
743743 pipelineRobustness : VkBool32
744744 hostImageCopy : VkBool32
745- # pushDescriptor: bool
745+ pushDescriptor : VkBool32
746746
747747
748748@dataclass
Original file line number Diff line number Diff line change @@ -1896,7 +1896,8 @@ inline bool Iterate(Visitor* visitor,
18961896 visitor->Visit (" pipelineProtectedAccess" ,
18971897 &features->pipelineProtectedAccess ) &&
18981898 visitor->Visit (" pipelineRobustness" , &features->pipelineRobustness ) &&
1899- visitor->Visit (" hostImageCopy" , &features->hostImageCopy );
1899+ visitor->Visit (" hostImageCopy" , &features->hostImageCopy ) &&
1900+ visitor->Visit (" pushDescriptor" , &features->pushDescriptor );
19001901}
19011902
19021903template <typename Visitor>
You can’t perform that action at this time.
0 commit comments