| 802 | InvokeVoidFunction(&ICaptureContext::ShowTextureViewer); |
| 803 | } |
| 804 | virtual void ShowMeshPreview() override { InvokeVoidFunction(&ICaptureContext::ShowMeshPreview); } |
| 805 | virtual void ShowPipelineViewer() override |
| 806 | { |
| 807 | InvokeVoidFunction(&ICaptureContext::ShowPipelineViewer); |
no outgoing calls
no test coverage detected