mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-08-26 16:36:31 +00:00
Add a missing gap in the vulkan pipeline export
This commit is contained in:
@@ -3399,6 +3399,9 @@ void VulkanPipelineStateViewer::exportHTML(QXmlStreamWriter &xml, const VKPipe::
|
||||
xml, {tr("Width"), tr("Height"), tr("Layers")},
|
||||
{pass.framebuffer.width, pass.framebuffer.height, pass.framebuffer.layers});
|
||||
|
||||
xml.writeStartElement(lit("p"));
|
||||
xml.writeEndElement();
|
||||
|
||||
QList<QVariantList> rows;
|
||||
|
||||
int i = 0;
|
||||
|
||||
Reference in New Issue
Block a user