HostInterface: Fix display classes not getting destructed

This commit is contained in:
Connor McLaughlin 2019-11-17 19:36:56 +10:00
parent 55550798e4
commit d1f7ad2512
1 changed files with 2 additions and 0 deletions

View File

@ -26,6 +26,8 @@ public:
OpenGLES
};
virtual ~HostDisplay() {}
virtual RenderAPI GetRenderAPI() const = 0;
virtual void* GetHostRenderDevice() const = 0;
virtual void* GetHostRenderContext() const = 0;