Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit d561a3f

Browse files
author
nadeko
committed
travis autodeploy f34afa4d91e3ed6691876478855b806a260463af...4f27eb8fefb439814818e81695fdd767ff4f6322
1 parent 9cd901f commit d561a3f

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

‎manual/master/index.html

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6234,6 +6234,11 @@ <h2>GPU renderer options</h2>
62346234
results, as can missing or incorrect display FPS information (see
62356235
<tt class="docutils literal"><span class="pre">--override-display-fps</span></tt>).</p>
62366236
</dd>
6237+
<dt><tt class="docutils literal"><span class="pre">--vulkan-device=&lt;device</span> name&gt;</tt></dt>
6238+
<dd>The name of the Vulkan device to use for rendering and presentation. Use
6239+
<tt class="docutils literal"><span class="pre">--vulkan-device=help</span></tt> to see the list of available devices and their
6240+
names. If left unspecified, the first enumerated hardware Vulkan device will
6241+
be used.</dd>
62376242
<dt><tt class="docutils literal"><span class="pre">--vulkan-swap-mode=&lt;mode&gt;</span></tt></dt>
62386243
<dd><p class="first">Controls the presentation mode of the vulkan swapchain. This is similar
62396244
to the <tt class="docutils literal"><span class="pre">--opengl-swapinterval</span></tt> option.</p>
@@ -6275,6 +6280,21 @@ <h2>GPU renderer options</h2>
62756280
<dd>Disable the use of VkEvents, for debugging purposes or for compatibility
62766281
with some older drivers / vulkan portability layers that don't provide
62776282
working VkEvent support.</dd>
6283+
<dt><tt class="docutils literal"><span class="pre">--vulkan-display-display=&lt;n&gt;</span></tt></dt>
6284+
<dd>The index of the display, on the selected Vulkan device, to present on when
6285+
using the <tt class="docutils literal">displayvk</tt> GPU context. Use <tt class="docutils literal"><span class="pre">--vulkan-display-display=help</span></tt>
6286+
to see the list of available displays. If left unspecified, the first
6287+
enumerated display will be used.</dd>
6288+
<dt><tt class="docutils literal"><span class="pre">--vulkan-display-mode=&lt;n&gt;</span></tt></dt>
6289+
<dd>The index of the display mode, of the selected Vulkan display, to use when
6290+
using the <tt class="docutils literal">displayvk</tt> GPU context. Use <tt class="docutils literal"><span class="pre">--vulkan-display-mode=help</span></tt>
6291+
to see the list of available modes. If left unspecified, the first
6292+
enumerated mode will be used.</dd>
6293+
<dt><tt class="docutils literal"><span class="pre">--vulkan-display-plane=&lt;n&gt;</span></tt></dt>
6294+
<dd>The index of the plane, on the selected Vulkan device, to present on when
6295+
using the <tt class="docutils literal">displayvk</tt> GPU context. Use <tt class="docutils literal"><span class="pre">--vulkan-display-plane=help</span></tt>
6296+
to see the list of available planes. If left unspecified, the first
6297+
enumerated plane will be used.</dd>
62786298
<dt><tt class="docutils literal"><span class="pre">--d3d11-exclusive-fs=&lt;yes|no&gt;</span></tt></dt>
62796299
<dd>Switches the D3D11 swap chain fullscreen state to 'fullscreen' when
62806300
fullscreen video is requested. Also known as &quot;exclusive fullscreen&quot; or
@@ -6896,6 +6916,10 @@ <h2>GPU renderer options</h2>
68966916
<dd>VK_KHR_wayland_surface</dd>
68976917
<dt>drm</dt>
68986918
<dd>DRM/EGL</dd>
6919+
<dt>displayvk</dt>
6920+
<dd>VK_KHR_display. This backend is roughly the Vukan equivalent of
6921+
DRM/EGL, allowing for direct rendering via Vulkan without a display
6922+
manager.</dd>
68996923
<dt>x11egl</dt>
69006924
<dd>X11/EGL</dd>
69016925
<dt>android</dt>

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /