Qt: Fix core trying to use core OpenGL shaders on OpenGL ES
This commit is contained in:
@@ -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;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user