mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-05 17:40:39 +00:00
Temporarily disable thumbnails and pixel context
* just until multiple swapchains is working
This commit is contained in:
@@ -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