mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-12 21:10:42 +00:00
Linux compile fixes
This commit is contained in:
@@ -160,7 +160,7 @@ void TextureViewer::OnLogfileLoaded()
|
||||
#endif
|
||||
|
||||
m_Core->Renderer()->BlockInvoke([wnd, this](IReplayRenderer *r) {
|
||||
m_Output = r->CreateOutput(wnd);
|
||||
m_Output = r->CreateOutput(wnd, eOutputType_TexDisplay);
|
||||
ui->render->SetOutput(m_Output);
|
||||
|
||||
OutputConfig c = { eOutputType_TexDisplay };
|
||||
|
||||
Reference in New Issue
Block a user