@@ -6780,6 +6780,12 @@ <h2>GPU renderer options</h2>
6780
6780
</dd>
6781
6781
<dt><tt class="docutils literal"><span class="pre">--glsl-shader=<file></span></tt></dt>
6782
6782
<dd>CLI/config file only alias for <tt class="docutils literal"><span class="pre">--glsl-shaders-append</span></tt>.</dd>
6783
+ <dt><tt class="docutils literal"><span class="pre">--glsl-shader-opts=param1=value1,param2=value2,...</span></tt></dt>
6784
+ <dd>Specifies the options to use for tunable shader parameters. You can target
6785
+ specific named shaders by prefixing the shader name with a <tt class="docutils literal">/</tt>, e.g.
6786
+ <tt class="docutils literal">shader/param=value</tt>. Without a prefix, parameters affect all shaders.
6787
+ The shader name is the base part of the shader filename, without the
6788
+ extension. (<tt class="docutils literal"><span class="pre">--vo=gpu-next</span></tt> only)</dd>
6783
6789
<dt><tt class="docutils literal"><span class="pre">--deband</span></tt></dt>
6784
6790
<dd>Enable the debanding algorithm. This greatly reduces the amount of visible
6785
6791
banding, blocking and other quantization artifacts, at the expense of
0 commit comments