mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-05 09:30:44 +00:00
Add virtual destructor for CaptureContextInvoker
This commit is contained in:
@@ -40,6 +40,7 @@ struct CaptureContextInvoker : ICaptureContext
|
||||
{
|
||||
ICaptureContext &m_Ctx;
|
||||
CaptureContextInvoker(ICaptureContext &ctx) : m_Ctx(ctx) {}
|
||||
virtual ~CaptureContextInvoker() {}
|
||||
//
|
||||
///////////////////////////////////////////////////////////////////////
|
||||
// pass-through functions that don't need the UI thread
|
||||
|
||||
Reference in New Issue
Block a user