mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-20 07:20:10 +01:00
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:
parent
f447e31daa
commit
266dfb15c1
1 changed files with 7 additions and 10 deletions
|
|
@ -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
|
||||
----------------------------
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue