docs/envvars: Combine WGL sections

Reviewed-by: Erik Faye-Lund <erik.faye-lund@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/32316>
This commit is contained in:
Adam Jackson
2024-11-23 09:17:35 -05:00
committed by Marge Bot
parent f447e31daa
commit 266dfb15c1

View File

@@ -476,6 +476,13 @@ on Windows.
if set to 1, true or yes, disables Win32 error dialogs. Useful for
automated test-runs.
.. envvar:: WGL_SWAP_INTERVAL
to set a swap interval, equivalent to calling
``wglSwapIntervalEXT()`` in an application. If this environment
variable is set, application calls to ``wglSwapIntervalEXT()`` will
have no effect.
Intel driver environment variables
----------------------------------------------------
@@ -1282,16 +1289,6 @@ VMware SVGA driver environment variables
See the driver code for other, lesser-used variables.
WGL environment variables
-------------------------
.. envvar:: WGL_SWAP_INTERVAL
to set a swap interval, equivalent to calling
``wglSwapIntervalEXT()`` in an application. If this environment
variable is set, application calls to ``wglSwapIntervalEXT()`` will
have no effect.
VA-API environment variables
----------------------------