Initialize v210 descriptor writes

This commit is contained in:
Johanness
2026-05-24 20:25:25 +03:00
parent f99c6cd2c6
commit 22335bb378
+1 -1
View File
@@ -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;