GPU: Drop OpenGL ES renderer

We can put this through the normal GL renderer instead.
This commit is contained in:
Connor McLaughlin
2020-04-11 00:00:10 +10:00
parent fbfd838e22
commit 6775100170
9 changed files with 15 additions and 769 deletions

View File

@@ -29,7 +29,6 @@ public:
bool m_scaled_dithering;
bool m_texture_filering;
bool m_glsl;
bool m_glsl_es;
bool m_supports_dual_source_blend;
std::string m_glsl_version_string;