]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - vid_shared.c
GLX mode now supports GLX_SGI_swap_control for vid_vsync
[xonotic/darkplaces.git] / vid_shared.c
index 2720bb57f2fe3999ab5a7e31eb4748e01ee3582d..eeac1c579591204c83f732df236716ed2d93929a 100644 (file)
@@ -21,7 +21,7 @@ int gl_textureunits = 1;
 int gl_combine_extension = false;
 // GL_EXT_compiled_vertex_array
 int gl_supportslockarrays = false;
-// GLX_SGI_video_sync or WGL_EXT_swap_control
+// GLX_SGI_swap_control or WGL_EXT_swap_control
 int gl_videosyncavailable = false;
 // stencil available
 int gl_stencil = false;