From e70469ca36a4b653acea11b9d1c65c531149384c Mon Sep 17 00:00:00 2001 From: Georg Lehmann <49841484+DadSchoorse@users.noreply.github.com> Date: Thu, 14 Dec 2023 17:08:47 +0100 Subject: [PATCH] make VkRenderPassStripeBeginInfoARM::pStripeInfos const (#2279) This struct is only used to provide information, so it should be readonly. --- xml/vk.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xml/vk.xml b/xml/vk.xml index 3ec8c4855..e6e4f33ff 100644 --- a/xml/vk.xml +++ b/xml/vk.xml @@ -8893,7 +8893,7 @@ typedef void* MTLSharedEvent_id; VkStructureType sType const void* pNext uint32_t stripeInfoCount - VkRenderPassStripeInfoARM* pStripeInfos + const VkRenderPassStripeInfoARM* pStripeInfos VkStructureType sType