@@ -6697,12 +6697,17 @@ <h2>GPU renderer options</h2>
6697
6697
"auto" is the default, which will pick either rgba8 or rgb10_a2 depending
6698
6698
on the configured desktop bit depth. rgba16f and bgra8 are left out of
6699
6699
the autodetection logic, and are available for manual testing.</p>
6700
- <div class="admonition note last ">
6700
+ <div class="admonition note">
6701
6701
<p class="first admonition-title">Note</p>
6702
6702
<p class="last">Desktop bit depth querying is only available from an API available
6703
6703
from Windows 10. Thus on older systems it will only automatically
6704
6704
utilize the rgba8 output format.</p>
6705
6705
</div>
6706
+ <div class="admonition note last">
6707
+ <p class="first admonition-title">Note</p>
6708
+ <p class="last">For <tt class="docutils literal"><span class="pre">--vo=gpu-next</span></tt>, this is used as a best-effort hint and
6709
+ libplacebo has the last say on which format is utilized.</p>
6710
+ </div>
6706
6711
</dd>
6707
6712
<dt><tt class="docutils literal"><span class="pre">--d3d11-output-csp=<auto|srgb|linear|pq|bt.2020></span></tt></dt>
6708
6713
<dd><p class="first">Select a specific D3D11 output color space to utilize for D3D11 rendering.
0 commit comments