Skip to content

Commit b643e7b

Browse files
committed
Deploying to master from @ gfx-rs/wgpu@cc1e26a 🚀
1 parent 5fb0461 commit b643e7b

File tree

7 files changed

+21
-19
lines changed

7 files changed

+21
-19
lines changed

doc/src/wgpu_hal/vulkan/instance.rs.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1132,7 +1132,8 @@
11321132
<a href="#1131" id="1131">1131</a>
11331133
<a href="#1132" id="1132">1132</a>
11341134
<a href="#1133" id="1133">1133</a>
1135-
<a href="#1134" id="1134">1134</a></pre></div><pre class="rust"><code><span class="kw">use </span>std::{
1135+
<a href="#1134" id="1134">1134</a>
1136+
<a href="#1135" id="1135">1135</a></pre></div><pre class="rust"><code><span class="kw">use </span>std::{
11361137
borrow::ToOwned <span class="kw">as _</span>,
11371138
boxed::Box,
11381139
ffi::{c_void, CStr, CString},
@@ -1395,6 +1396,7 @@
13951396
</span>extensions.push(khr::display::NAME);
13961397
extensions.push(ext::physical_device_drm::NAME);
13971398
extensions.push(khr::get_display_properties2::NAME);
1399+
extensions.push(ext::direct_mode_display::NAME);
13981400
extensions.push(ext::acquire_drm_display::NAME);
13991401

14001402
<span class="comment">// Platform-specific WSI extensions

doc/wgpu_hal/trait.Instance.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@
2020
&amp;self,
2121
surface_hint: <a class="enum" href="https://doc.rust-lang.org/1.85.0/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;&amp;&lt;Self::<a class="associatedtype" href="trait.Instance.html#associatedtype.A" title="type wgpu_hal::Instance::A">A</a> as <a class="trait" href="trait.Api.html" title="trait wgpu_hal::Api">Api</a>&gt;::<a class="associatedtype" href="trait.Api.html#associatedtype.Surface" title="type wgpu_hal::Api::Surface">Surface</a>&gt;,
2222
) -&gt; <a class="struct" href="https://doc.rust-lang.org/1.85.0/alloc/vec/struct.Vec.html" title="struct alloc::vec::Vec">Vec</a>&lt;<a class="struct" href="struct.ExposedAdapter.html" title="struct wgpu_hal::ExposedAdapter">ExposedAdapter</a>&lt;Self::<a class="associatedtype" href="trait.Instance.html#associatedtype.A" title="type wgpu_hal::Instance::A">A</a>&gt;&gt;</h4></section></summary><div class="docblock"><p><code>surface_hint</code> is only used by the GLES backend targeting WebGL2</p>
23-
</div></details></div><h2 id="dyn-compatibility" class="section-header">Dyn Compatibility<a href="#dyn-compatibility" class="anchor">§</a></h2><div class="dyn-compatibility-info"><p>This trait is <b>not</b> <a href="https://doc.rust-lang.org/1.85.0/reference/items/traits.html#object-safety">dyn compatible</a>.</p><p><i>In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.</i></p></div><h2 id="implementors" class="section-header">Implementors<a href="#implementors" class="anchor">§</a></h2><div id="implementors-list"><details class="toggle implementors-toggle"><summary><section id="impl-Instance-for-Instance" class="impl"><a class="src rightside" href="../src/wgpu_hal/gles/egl.rs.html#788-1126">Source</a><a href="#impl-Instance-for-Instance" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Instance.html" title="trait wgpu_hal::Instance">Instance</a> for wgpu_hal::gles::egl::<a class="struct" href="gles/egl/struct.Instance.html" title="struct wgpu_hal::gles::egl::Instance">Instance</a></h3><span class="item-info"><div class="stab portability">Available on <strong>neither Windows nor <code>webgl</code> and <code>gles</code></strong> only.</div></span></section></summary><div class="impl-items"><section id="associatedtype.A-1" class="associatedtype trait-impl"><a class="src rightside" href="../src/wgpu_hal/gles/egl.rs.html#789">Source</a><a href="#associatedtype.A-1" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.A" class="associatedtype">A</a> = <a class="struct" href="gles/struct.Api.html" title="struct wgpu_hal::gles::Api">Api</a></h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-Instance-for-Context" class="impl"><a class="src rightside" href="../src/wgpu_hal/noop/mod.rs.html#86-133">Source</a><a href="#impl-Instance-for-Context" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Instance.html" title="trait wgpu_hal::Instance">Instance</a> for <a class="struct" href="noop/struct.Context.html" title="struct wgpu_hal::noop::Context">Context</a></h3></section></summary><div class="impl-items"><section id="associatedtype.A-2" class="associatedtype trait-impl"><a class="src rightside" href="../src/wgpu_hal/noop/mod.rs.html#87">Source</a><a href="#associatedtype.A-2" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.A" class="associatedtype">A</a> = <a class="struct" href="noop/struct.Api.html" title="struct wgpu_hal::noop::Api">Api</a></h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-Instance-for-Instance-1" class="impl"><a class="src rightside" href="../src/wgpu_hal/vulkan/instance.rs.html#588-971">Source</a><a href="#impl-Instance-for-Instance-1" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Instance.html" title="trait wgpu_hal::Instance">Instance</a> for wgpu_hal::vulkan::<a class="struct" href="vulkan/struct.Instance.html" title="struct wgpu_hal::vulkan::Instance">Instance</a></h3><span class="item-info"><div class="stab portability">Available on <strong><code>vulkan</code></strong> only.</div></span></section></summary><div class="impl-items"><section id="associatedtype.A-3" class="associatedtype trait-impl"><a class="src rightside" href="../src/wgpu_hal/vulkan/instance.rs.html#589">Source</a><a href="#associatedtype.A-3" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.A" class="associatedtype">A</a> = <a class="struct" href="vulkan/struct.Api.html" title="struct wgpu_hal::vulkan::Api">Api</a></h4></section></div></details></div><script src="../trait.impl/wgpu_hal/trait.Instance.js" async></script></section></div></main></body></html>
23+
</div></details></div><h2 id="dyn-compatibility" class="section-header">Dyn Compatibility<a href="#dyn-compatibility" class="anchor">§</a></h2><div class="dyn-compatibility-info"><p>This trait is <b>not</b> <a href="https://doc.rust-lang.org/1.85.0/reference/items/traits.html#object-safety">dyn compatible</a>.</p><p><i>In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.</i></p></div><h2 id="implementors" class="section-header">Implementors<a href="#implementors" class="anchor">§</a></h2><div id="implementors-list"><details class="toggle implementors-toggle"><summary><section id="impl-Instance-for-Instance" class="impl"><a class="src rightside" href="../src/wgpu_hal/gles/egl.rs.html#788-1126">Source</a><a href="#impl-Instance-for-Instance" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Instance.html" title="trait wgpu_hal::Instance">Instance</a> for wgpu_hal::gles::egl::<a class="struct" href="gles/egl/struct.Instance.html" title="struct wgpu_hal::gles::egl::Instance">Instance</a></h3><span class="item-info"><div class="stab portability">Available on <strong>neither Windows nor <code>webgl</code> and <code>gles</code></strong> only.</div></span></section></summary><div class="impl-items"><section id="associatedtype.A-1" class="associatedtype trait-impl"><a class="src rightside" href="../src/wgpu_hal/gles/egl.rs.html#789">Source</a><a href="#associatedtype.A-1" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.A" class="associatedtype">A</a> = <a class="struct" href="gles/struct.Api.html" title="struct wgpu_hal::gles::Api">Api</a></h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-Instance-for-Context" class="impl"><a class="src rightside" href="../src/wgpu_hal/noop/mod.rs.html#86-133">Source</a><a href="#impl-Instance-for-Context" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Instance.html" title="trait wgpu_hal::Instance">Instance</a> for <a class="struct" href="noop/struct.Context.html" title="struct wgpu_hal::noop::Context">Context</a></h3></section></summary><div class="impl-items"><section id="associatedtype.A-2" class="associatedtype trait-impl"><a class="src rightside" href="../src/wgpu_hal/noop/mod.rs.html#87">Source</a><a href="#associatedtype.A-2" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.A" class="associatedtype">A</a> = <a class="struct" href="noop/struct.Api.html" title="struct wgpu_hal::noop::Api">Api</a></h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-Instance-for-Instance-1" class="impl"><a class="src rightside" href="../src/wgpu_hal/vulkan/instance.rs.html#589-972">Source</a><a href="#impl-Instance-for-Instance-1" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Instance.html" title="trait wgpu_hal::Instance">Instance</a> for wgpu_hal::vulkan::<a class="struct" href="vulkan/struct.Instance.html" title="struct wgpu_hal::vulkan::Instance">Instance</a></h3><span class="item-info"><div class="stab portability">Available on <strong><code>vulkan</code></strong> only.</div></span></section></summary><div class="impl-items"><section id="associatedtype.A-3" class="associatedtype trait-impl"><a class="src rightside" href="../src/wgpu_hal/vulkan/instance.rs.html#590">Source</a><a href="#associatedtype.A-3" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.A" class="associatedtype">A</a> = <a class="struct" href="vulkan/struct.Api.html" title="struct wgpu_hal::vulkan::Api">Api</a></h4></section></div></details></div><script src="../trait.impl/wgpu_hal/trait.Instance.js" async></script></section></div></main></body></html>

doc/wgpu_hal/trait.Surface.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,4 +90,4 @@ <h5 id="safety-3"><a class="doc-anchor" href="#safety-3">§</a>Safety</h5>
9090
<a href="trait.Queue.html#tymethod.present" title="method wgpu_hal::Queue::present"><code>Queue::present</code></a>.</p>
9191
</li>
9292
</ul>
93-
</div></details></div><h2 id="implementors" class="section-header">Implementors<a href="#implementors" class="anchor">§</a></h2><div id="implementors-list"><details class="toggle implementors-toggle"><summary><section id="impl-Surface-for-Surface" class="impl"><a class="src rightside" href="../src/wgpu_hal/gles/egl.rs.html#1295-1548">Source</a><a href="#impl-Surface-for-Surface" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Surface.html" title="trait wgpu_hal::Surface">Surface</a> for wgpu_hal::gles::egl::<a class="struct" href="gles/egl/struct.Surface.html" title="struct wgpu_hal::gles::egl::Surface">Surface</a></h3><span class="item-info"><div class="stab portability">Available on <strong>neither Windows nor <code>webgl</code> and <code>gles</code></strong> only.</div></span></section></summary><div class="impl-items"><section id="associatedtype.A-1" class="associatedtype trait-impl"><a class="src rightside" href="../src/wgpu_hal/gles/egl.rs.html#1296">Source</a><a href="#associatedtype.A-1" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.A" class="associatedtype">A</a> = <a class="struct" href="gles/struct.Api.html" title="struct wgpu_hal::gles::Api">Api</a></h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-Surface-for-Context" class="impl"><a class="src rightside" href="../src/wgpu_hal/noop/mod.rs.html#196-217">Source</a><a href="#impl-Surface-for-Context" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Surface.html" title="trait wgpu_hal::Surface">Surface</a> for <a class="struct" href="noop/struct.Context.html" title="struct wgpu_hal::noop::Context">Context</a></h3></section></summary><div class="impl-items"><section id="associatedtype.A-2" class="associatedtype trait-impl"><a class="src rightside" href="../src/wgpu_hal/noop/mod.rs.html#197">Source</a><a href="#associatedtype.A-2" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.A" class="associatedtype">A</a> = <a class="struct" href="noop/struct.Api.html" title="struct wgpu_hal::noop::Api">Api</a></h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-Surface-for-Surface-1" class="impl"><a class="src rightside" href="../src/wgpu_hal/vulkan/instance.rs.html#979-1134">Source</a><a href="#impl-Surface-for-Surface-1" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Surface.html" title="trait wgpu_hal::Surface">Surface</a> for wgpu_hal::vulkan::<a class="struct" href="vulkan/struct.Surface.html" title="struct wgpu_hal::vulkan::Surface">Surface</a></h3><span class="item-info"><div class="stab portability">Available on <strong><code>vulkan</code></strong> only.</div></span></section></summary><div class="impl-items"><section id="associatedtype.A-3" class="associatedtype trait-impl"><a class="src rightside" href="../src/wgpu_hal/vulkan/instance.rs.html#980">Source</a><a href="#associatedtype.A-3" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.A" class="associatedtype">A</a> = <a class="struct" href="vulkan/struct.Api.html" title="struct wgpu_hal::vulkan::Api">Api</a></h4></section></div></details></div><script src="../trait.impl/wgpu_hal/trait.Surface.js" async></script></section></div></main></body></html>
93+
</div></details></div><h2 id="implementors" class="section-header">Implementors<a href="#implementors" class="anchor">§</a></h2><div id="implementors-list"><details class="toggle implementors-toggle"><summary><section id="impl-Surface-for-Surface" class="impl"><a class="src rightside" href="../src/wgpu_hal/gles/egl.rs.html#1295-1548">Source</a><a href="#impl-Surface-for-Surface" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Surface.html" title="trait wgpu_hal::Surface">Surface</a> for wgpu_hal::gles::egl::<a class="struct" href="gles/egl/struct.Surface.html" title="struct wgpu_hal::gles::egl::Surface">Surface</a></h3><span class="item-info"><div class="stab portability">Available on <strong>neither Windows nor <code>webgl</code> and <code>gles</code></strong> only.</div></span></section></summary><div class="impl-items"><section id="associatedtype.A-1" class="associatedtype trait-impl"><a class="src rightside" href="../src/wgpu_hal/gles/egl.rs.html#1296">Source</a><a href="#associatedtype.A-1" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.A" class="associatedtype">A</a> = <a class="struct" href="gles/struct.Api.html" title="struct wgpu_hal::gles::Api">Api</a></h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-Surface-for-Context" class="impl"><a class="src rightside" href="../src/wgpu_hal/noop/mod.rs.html#196-217">Source</a><a href="#impl-Surface-for-Context" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Surface.html" title="trait wgpu_hal::Surface">Surface</a> for <a class="struct" href="noop/struct.Context.html" title="struct wgpu_hal::noop::Context">Context</a></h3></section></summary><div class="impl-items"><section id="associatedtype.A-2" class="associatedtype trait-impl"><a class="src rightside" href="../src/wgpu_hal/noop/mod.rs.html#197">Source</a><a href="#associatedtype.A-2" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.A" class="associatedtype">A</a> = <a class="struct" href="noop/struct.Api.html" title="struct wgpu_hal::noop::Api">Api</a></h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-Surface-for-Surface-1" class="impl"><a class="src rightside" href="../src/wgpu_hal/vulkan/instance.rs.html#980-1135">Source</a><a href="#impl-Surface-for-Surface-1" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Surface.html" title="trait wgpu_hal::Surface">Surface</a> for wgpu_hal::vulkan::<a class="struct" href="vulkan/struct.Surface.html" title="struct wgpu_hal::vulkan::Surface">Surface</a></h3><span class="item-info"><div class="stab portability">Available on <strong><code>vulkan</code></strong> only.</div></span></section></summary><div class="impl-items"><section id="associatedtype.A-3" class="associatedtype trait-impl"><a class="src rightside" href="../src/wgpu_hal/vulkan/instance.rs.html#981">Source</a><a href="#associatedtype.A-3" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.A" class="associatedtype">A</a> = <a class="struct" href="vulkan/struct.Api.html" title="struct wgpu_hal::vulkan::Api">Api</a></h4></section></div></details></div><script src="../trait.impl/wgpu_hal/trait.Surface.js" async></script></section></div></main></body></html>

0 commit comments

Comments
 (0)