From 22335bb3782b435d03deeb13b58dfa9352644054 Mon Sep 17 00:00:00 2001 From: Johanness Date: Sun, 24 May 2026 20:25:25 +0300 Subject: [PATCH] Initialize v210 descriptor writes --- V210ComputeDecoder.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/V210ComputeDecoder.cpp b/V210ComputeDecoder.cpp index 4a0b73b..6429099 100644 --- a/V210ComputeDecoder.cpp +++ b/V210ComputeDecoder.cpp @@ -330,7 +330,7 @@ void V210ComputeDecoder::createFeedResources( imageInfo.imageLayout = VK_IMAGE_LAYOUT_GENERAL; imageInfo.imageView = feed.imageView; - VkWriteDescriptorSet writes[2]; + VkWriteDescriptorSet writes[2]{}; writes[0].sType = VK_STRUCTURE_TYPE_WRITE_DESCRIPTOR_SET; writes[0].dstSet = feed.descriptorSet;