foz: Rename dynamic rendering colorAttachmentFormats

This commit is contained in:
Tatsuyuki Ishi
2022-04-25 14:17:12 +01:00
committed by Baldur Karlsson
parent aef7fc698b
commit a2d77f58db
@@ -4316,6 +4316,9 @@ void VulkanPipelineStateViewer::AddFossilizeNexts(QVariantMap &info, const SDObj
{"pDepthStencilResolveAttachment", "depthStencilResolveAttachment"},
// VkFragmentShadingRateAttachmentInfoKHR
{"pFragmentShadingRateAttachment", "fragmentShadingRateAttachment"},
// VkPipelineRenderingCreateInfo
{"colorAttachmentCount", ""},
{"pColorAttachmentFormats", "colorAttachmentFormats"},
});
QVariantMap &vm = (QVariantMap &)v.data_ptr();