mirror of
https://github.com/glfw/glfw.git
synced 2026-09-18 22:55:46 +00:00
Revert "Added initial framebuffer sRGB support."
This reverts commit 07260cb768.
This commit is contained in:
@@ -94,7 +94,6 @@ struct _GLFWhints
|
||||
GLboolean stereo;
|
||||
GLboolean windowNoResize;
|
||||
int samples;
|
||||
GLboolean sRGB;
|
||||
int glMajor;
|
||||
int glMinor;
|
||||
GLboolean glForward;
|
||||
@@ -146,7 +145,6 @@ struct _GLFWfbconfig
|
||||
int auxBuffers;
|
||||
GLboolean stereo;
|
||||
int samples;
|
||||
GLboolean sRGB;
|
||||
GLFWintptr platformID;
|
||||
};
|
||||
|
||||
@@ -192,7 +190,6 @@ struct _GLFWwindow
|
||||
int auxBuffers;
|
||||
GLboolean stereo;
|
||||
int samples;
|
||||
GLboolean sRGB;
|
||||
|
||||
// OpenGL extensions and context attributes
|
||||
GLboolean accelerated; // GL_TRUE if OpenGL context is "accelerated"
|
||||
|
||||
Reference in New Issue
Block a user