Document the GDK_VULKAN env var

This was not documented at all yet.
This commit is contained in:
Matthias Clasen 2018-01-10 00:11:25 -05:00
parent adc780f2b8
commit 8d24105642

View File

@ -459,6 +459,28 @@ nevertheless.
</para>
</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>
<title><envar>GTK_CSD</envar></title>