mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-09-23 14:15:42 +00:00
Set up pipeline viewers to re-draw the mesh icon in an appropriate color
This commit is contained in:
@@ -336,6 +336,8 @@ VulkanPipelineStateViewer::VulkanPipelineStateViewer(ICaptureContext &ctx,
|
||||
|
||||
ui->pipeFlow->setStagesEnabled({true, true, true, true, true, true, true, true, true});
|
||||
|
||||
m_Common.setMeshViewPixmap(ui->meshView);
|
||||
|
||||
ui->viAttrs->setFont(Formatter::PreferredFont());
|
||||
ui->viBuffers->setFont(Formatter::PreferredFont());
|
||||
ui->vsShader->setFont(Formatter::PreferredFont());
|
||||
|
||||
Reference in New Issue
Block a user