| 829 | } |
| 830 | |
| 831 | void 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 | |
| 839 | void TextureViewer::RT_UpdateVisualRange(IReplayController *r) |
| 840 | { |
nothing calls this directly
no test coverage detected