mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-10 19:00:08 +00:00
Document the GDK_VULKAN env var
This was not documented at all yet.
This commit is contained in:
parent
adc780f2b8
commit
8d24105642
@ -459,6 +459,28 @@ nevertheless.
|
|||||||
</para>
|
</para>
|
||||||
</formalpara>
|
</formalpara>
|
||||||
|
|
||||||
|
<formalpara>
|
||||||
|
<title><envar>GDK_VULKAN</envar></title>
|
||||||
|
|
||||||
|
<para>
|
||||||
|
This variable can be set to a list of options that influence various aspects
|
||||||
|
of the Vulkan support in GTK+.
|
||||||
|
<variablelist>
|
||||||
|
<varlistentry>
|
||||||
|
<term>disable</term>
|
||||||
|
<listitem><para>Disable Vulkan support</para></listitem>
|
||||||
|
</varlistentry>
|
||||||
|
<varlistentry>
|
||||||
|
<term>validate </term>
|
||||||
|
<listitem><para>Enable the Vulkan validation layer</para></listitem>
|
||||||
|
</varlistentry>
|
||||||
|
</variablelist>
|
||||||
|
The special value <literal>all</literal> can be used to turn on all
|
||||||
|
options. The special value <literal>help</literal> can be used
|
||||||
|
to obtain a list of all supported options.
|
||||||
|
</para>
|
||||||
|
</formalpara>
|
||||||
|
|
||||||
<formalpara>
|
<formalpara>
|
||||||
<title><envar>GTK_CSD</envar></title>
|
<title><envar>GTK_CSD</envar></title>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user