mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-08-25 07:56:33 +00:00
foz: Rename dynamic rendering colorAttachmentFormats
This commit is contained in:
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();
|
||||
|
||||
Reference in New Issue
Block a user