Temporarily disable thumbnails and pixel context

* just until multiple swapchains is working
This commit is contained in:
baldurk
2015-09-08 11:58:30 +02:00
parent 6f9ec675a9
commit 2b67894bdb
2 changed files with 3 additions and 2 deletions
+2 -1
View File
@@ -234,6 +234,7 @@ bool ReplayOutput::SetPixelContext(void *wnd)
bool ReplayOutput::AddThumbnail(void *wnd, ResourceId texID)
{
/*
OutputPair p;
RDCASSERT(wnd);
@@ -272,7 +273,7 @@ bool ReplayOutput::AddThumbnail(void *wnd, ResourceId texID)
RDCASSERT(p.outputID > 0);
m_Thumbnails.push_back(p);
*/
return true;
}
+1 -1
View File
@@ -976,7 +976,7 @@ namespace renderdocui.Windows
m_Core.Renderer.BeginInvoke((ReplayRenderer r) =>
{
m_Output = r.CreateOutput(renderHandle);
m_Output.SetPixelContext(contextHandle);
//m_Output.SetPixelContext(contextHandle);
m_Output.SetOutputConfig(outConfig);
this.BeginInvoke(new Action(UI_CreateThumbnails));