fix renderpass format

This commit is contained in:
Matthew 2026-06-14 10:06:42 +10:00
parent 62b61fb883
commit 4e9656031c

View File

@ -3336,7 +3336,7 @@ Init(VulkanBuildInfo build_info, u64 permanent_mem, u64 frame_mem)
VkAttachmentDescription[2] attach_descriptions = [
{
format: g_vk.present_image_format,
format: g_vk.present_images[0].image.format,
samples: VK_SAMPLE_COUNT_1_BIT,
loadOp: VK_ATTACHMENT_LOAD_OP_CLEAR,
storeOp: VK_ATTACHMENT_STORE_OP_STORE,