mirror of
https://github.com/glfw/glfw.git
synced 2026-09-23 09:08:58 +00:00
Removed legacy texture extension checks.
This commit is contained in:
@@ -109,8 +109,6 @@ struct _GLFWwin_struct {
|
||||
int samples;
|
||||
|
||||
// OpenGL extensions and context attributes
|
||||
int has_GL_SGIS_generate_mipmap;
|
||||
int has_GL_ARB_texture_non_power_of_two;
|
||||
int glMajor, glMinor, glRevision;
|
||||
int glForward, glDebug, glProfile;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user