Qt: Fix core trying to use core OpenGL shaders on OpenGL ES

This commit is contained in:
Connor McLaughlin
2020-02-08 21:18:41 +09:00
parent 1e45c9c4e1
commit 895cefec60
2 changed files with 7 additions and 10 deletions

View File

@@ -60,6 +60,4 @@ private:
GLuint m_display_vao = 0;
GLuint m_display_nearest_sampler = 0;
GLuint m_display_linear_sampler = 0;
bool m_is_gles = false;
};