MCPcopy Create free account
hub / github.com/baldurk/renderdoc / ~TextureViewer

Method ~TextureViewer

qrenderdoc/Windows/TextureViewer.cpp:696–706  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

694}
695
696TextureViewer::~TextureViewer()
697{
698 if(m_Output)
699 {
700 m_Ctx.Replay().BlockInvoke([this](IReplayController *r) { m_Output->Shutdown(); });
701 }
702
703 m_Ctx.BuiltinWindowClosed(this);
704 m_Ctx.RemoveCaptureViewer(this);
705 delete ui;
706}
707
708void TextureViewer::enterEvent(QEvent *event)
709{

Callers

nothing calls this directly

Calls 4

BlockInvokeMethod · 0.80
ShutdownMethod · 0.45
BuiltinWindowClosedMethod · 0.45
RemoveCaptureViewerMethod · 0.45

Tested by

no test coverage detected