Add a missing gap in the vulkan pipeline export

This commit is contained in:
baldurk
2019-04-23 15:09:40 +01:00
parent bf2dedefac
commit b5b3e91ad5
@@ -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;