mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-04-29 06:05:41 -04:00
HostInterface: Fix display classes not getting destructed
This commit is contained in:
parent
55550798e4
commit
d1f7ad2512
@ -26,6 +26,8 @@ public:
|
|||||||
OpenGLES
|
OpenGLES
|
||||||
};
|
};
|
||||||
|
|
||||||
|
virtual ~HostDisplay() {}
|
||||||
|
|
||||||
virtual RenderAPI GetRenderAPI() const = 0;
|
virtual RenderAPI GetRenderAPI() const = 0;
|
||||||
virtual void* GetHostRenderDevice() const = 0;
|
virtual void* GetHostRenderDevice() const = 0;
|
||||||
virtual void* GetHostRenderContext() const = 0;
|
virtual void* GetHostRenderContext() const = 0;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user