Frontend: Support OpenGL ES

This commit is contained in:
Connor McLaughlin
2019-11-06 01:32:56 +10:00
parent 1a6c51e74b
commit b28610e30b
3 changed files with 97 additions and 16 deletions

View File

@ -22,7 +22,8 @@ public:
{
None,
D3D11,
OpenGL
OpenGL,
OpenGLES
};
virtual RenderAPI GetRenderAPI() const = 0;