mirror of
https://github.com/glfw/glfw.git
synced 2024-11-11 13:03:52 +00:00
The default OpenGL version is 1.0.
This commit is contained in:
parent
c81f454e6f
commit
9da6b834da
@ -113,7 +113,7 @@ static void list_extensions(int major, int minor)
|
|||||||
|
|
||||||
int main(int argc, char** argv)
|
int main(int argc, char** argv)
|
||||||
{
|
{
|
||||||
int ch, profile = 0, major = 1, minor = 1, revision;
|
int ch, profile = 0, major = 1, minor = 0, revision;
|
||||||
GLboolean debug = GL_FALSE, forward = GL_FALSE, list = GL_FALSE;
|
GLboolean debug = GL_FALSE, forward = GL_FALSE, list = GL_FALSE;
|
||||||
GLint flags, mask;
|
GLint flags, mask;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user