You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: manual/master/index.html
+11-5Lines changed: 11 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -691,8 +691,9 @@ <h2>Escaping special characters</h2>
691
691
command line option. C-style escapes are currently _not_ interpreted on this
692
692
level, although some options do this manually (this is a mess and should
693
693
probably be changed at some point). The shell is not involved here, so option
694
-
values only need to be quoted to escape <tt class="docutils literal">#</tt> and <tt class="docutils literal">\</tt>, <tt class="docutils literal">"</tt>, <tt class="docutils literal">'</tt> or <tt class="docutils literal">%</tt>
695
-
at the beginning of the value, and leading and trailing whitespace.</p>
694
+
values only need to be quoted to escape <tt class="docutils literal">#</tt> anywhere in the value, <tt class="docutils literal">"</tt>,
695
+
<tt class="docutils literal">'</tt> or <tt class="docutils literal">%</tt> at the beginning of the value, and leading and trailing
<dd><p class="first">Size of the border of the OSD bar in scaled pixels (see <tt class="docutils literal"><span class="pre">--sub-font-size</span></tt>
<dd><p class="first">Controls which compiler is used to translate GLSL to SPIR-V. This is
6746
-
(currently) only relevant for <tt class="docutils literal"><span class="pre">--gpu-api=vulkan</span></tt> and <cite>--gpu-api=d3d11</cite>.
6747
-
The possible choices are currently only:</p>
6752
+
only relevant for <tt class="docutils literal"><span class="pre">--gpu-api=d3d11</span></tt> with <tt class="docutils literal"><span class="pre">--vo=gpu</span></tt>.
6753
+
The possible choices are currently:</p>
6748
6754
<dl class="docutils">
6749
6755
<dt>auto</dt>
6750
6756
<dd>Use the first available compiler. (Default)</dd>
0 commit comments