MCPcopy Create free account
hub / github.com/baldurk/renderdoc / RT_UpdateAndDisplay

Method RT_UpdateAndDisplay

qrenderdoc/Windows/TextureViewer.cpp:831–837  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

829}
830
831void TextureViewer::RT_UpdateAndDisplay(IReplayController *r)
832{
833 if(m_Output != NULL)
834 m_Output->SetTextureDisplay(m_TexDisplay);
835
836 GUIInvoke::call(this, [this]() { ui->render->update(); });
837}
838
839void TextureViewer::RT_UpdateVisualRange(IReplayController *r)
840{

Callers

nothing calls this directly

Calls 2

SetTextureDisplayMethod · 0.80
updateMethod · 0.45

Tested by

no test coverage detected