mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-05 01:20:42 +00:00
Temporarily disable thumbnails and pixel context
* just until multiple swapchains is working
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
@@ -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));
|
||||
|
||||
Reference in New Issue
Block a user