Gather pixel history panels together instead of making new dock for each

This commit is contained in:
baldurk
2018-02-19 00:52:13 +00:00
parent cafa6901bb
commit 04034c334b
9 changed files with 31 additions and 27 deletions
@@ -80,17 +80,6 @@ ConstantBufferPreviewer *ConstantBufferPreviewer::has(ShaderStage stage, uint32_
return NULL;
}
ConstantBufferPreviewer *ConstantBufferPreviewer::getOne()
{
for(ConstantBufferPreviewer *c : m_Previews)
{
if(ToolWindowManager::managerOf(c))
return c;
}
return NULL;
}
void ConstantBufferPreviewer::OnCaptureLoaded()
{
OnCaptureClosed();