win32-dont depend on wgl render target extension
This commit is contained in:
parent
83b9722276
commit
854c15de87
|
@ -185,7 +185,6 @@ bool windows_opengl_init()
|
|||
WGL_BLUE_BITS_ARB,8,
|
||||
WGL_ALPHA_BITS_ARB,8,
|
||||
WGL_DRAW_TO_PBUFFER_ARB, GL_TRUE,
|
||||
WGL_BIND_TO_TEXTURE_RGBA_ARB, GL_TRUE,
|
||||
WGL_SUPPORT_OPENGL_ARB,GL_TRUE,
|
||||
WGL_ACCELERATION_ARB,WGL_FULL_ACCELERATION_ARB,
|
||||
WGL_DOUBLE_BUFFER_ARB,GL_FALSE,
|
||||
|
|
Loading…
Reference in New Issue