mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-13 08:05:46 -04:00
Frontend: Support OpenGL ES
This commit is contained in:
@ -22,7 +22,8 @@ public:
|
||||
{
|
||||
None,
|
||||
D3D11,
|
||||
OpenGL
|
||||
OpenGL,
|
||||
OpenGLES
|
||||
};
|
||||
|
||||
virtual RenderAPI GetRenderAPI() const = 0;
|
||||
|
Reference in New Issue
Block a user