Skip to content

Commit 649e7c9

Browse files
committed
Deploying to master from @ gfx-rs/wgpu@fec411c 🚀
1 parent 80ac7e3 commit 649e7c9

21 files changed

+46
-130
lines changed

doc/search-index.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

doc/search.desc/wgpu/wgpu-desc-0-.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

doc/search.desc/wgpu/wgpu-desc-1-.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

doc/src/wgpu/api/queue.rs.html

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -287,8 +287,7 @@
287287
<a href="#286" id="286">286</a>
288288
<a href="#287" id="287">287</a>
289289
<a href="#288" id="288">288</a>
290-
<a href="#289" id="289">289</a>
291-
<a href="#290" id="290">290</a></pre></div><pre class="rust"><code><span class="kw">use </span>alloc::boxed::Box;
290+
<a href="#289" id="289">289</a></pre></div><pre class="rust"><code><span class="kw">use </span>alloc::boxed::Box;
292291
<span class="kw">use </span>core::ops::{Deref, DerefMut};
293292

294293
<span class="kw">use crate</span>::<span class="kw-2">*</span>;
@@ -323,7 +322,6 @@
323322
<span class="attr">#[cfg(send_sync)]
324323
</span><span class="macro">static_assertions::assert_impl_all!</span>(SubmissionIndex: Send, Sync);
325324

326-
<span class="kw">pub use </span>wgt::PollType <span class="kw">as </span>MaintainBase;
327325
<span class="doccomment">/// Passed to [`Device::poll`] to control how and if it should block.
328326
</span><span class="kw">pub type </span>PollType = wgt::PollType&lt;SubmissionIndex&gt;;
329327
<span class="attr">#[cfg(send_sync)]

doc/type.impl/wgpu/enum.MaintainBase.js

Lines changed: 0 additions & 9 deletions
This file was deleted.

doc/type.impl/wgpu_types/enum.PollType.js

Lines changed: 9 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

doc/wgpu/all.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

doc/wgpu/api/device/struct.Device.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
</div></details><details class="toggle method-toggle" open><summary><section id="method.noop" class="method"><a class="src rightside" href="../../../src/wgpu/api/device.rs.html#50-77">Source</a><h4 class="code-header">pub fn <a href="#method.noop" class="fn">noop</a>(desc: &amp;<a class="type" href="type.DeviceDescriptor.html" title="type wgpu::api::device::DeviceDescriptor">DeviceDescriptor</a>&lt;'_&gt;) -&gt; (<a class="struct" href="struct.Device.html" title="struct wgpu::api::device::Device">Device</a>, <a class="struct" href="../queue/struct.Queue.html" title="struct wgpu::api::queue::Queue">Queue</a>)</h4></section><span class="item-info"><div class="stab portability">Available on <strong>crate feature <code>noop</code></strong> only.</div></span></summary><div class="docblock"><p>Constructs a stub device for testing using <a href="../../enum.Backend.html#variant.Noop" title="variant wgpu::Backend::Noop"><code>Backend::Noop</code></a>.</p>
1010
<p>This is a convenience function which avoids the configuration, <code>async</code>, and fallibility
1111
aspects of constructing a device through <code>Instance</code>.</p>
12-
</div></details><details class="toggle method-toggle" open><summary><section id="method.poll" class="method"><a class="src rightside" href="../../../src/wgpu/api/device.rs.html#88-90">Source</a><h4 class="code-header">pub fn <a href="#method.poll" class="fn">poll</a>(&amp;self, poll_type: <a class="type" href="../queue/type.PollType.html" title="type wgpu::api::queue::PollType">PollType</a>) -&gt; <a class="enum" href="https://doc.rust-lang.org/1.84.1/core/result/enum.Result.html" title="enum core::result::Result">Result</a>&lt;<a class="enum" href="../../enum.PollStatus.html" title="enum wgpu::PollStatus">PollStatus</a>, <a class="enum" href="../../enum.PollError.html" title="enum wgpu::PollError">PollError</a>&gt;</h4></section></summary><div class="docblock"><p>Check for resource cleanups and mapping callbacks. Will block if <a href="../../enum.MaintainBase.html#variant.Wait" title="variant wgpu::MaintainBase::Wait"><code>PollType::Wait</code></a> is passed.</p>
12+
</div></details><details class="toggle method-toggle" open><summary><section id="method.poll" class="method"><a class="src rightside" href="../../../src/wgpu/api/device.rs.html#88-90">Source</a><h4 class="code-header">pub fn <a href="#method.poll" class="fn">poll</a>(&amp;self, poll_type: <a class="type" href="../queue/type.PollType.html" title="type wgpu::api::queue::PollType">PollType</a>) -&gt; <a class="enum" href="https://doc.rust-lang.org/1.84.1/core/result/enum.Result.html" title="enum core::result::Result">Result</a>&lt;<a class="enum" href="../../enum.PollStatus.html" title="enum wgpu::PollStatus">PollStatus</a>, <a class="enum" href="../../enum.PollError.html" title="enum wgpu::PollError">PollError</a>&gt;</h4></section></summary><div class="docblock"><p>Check for resource cleanups and mapping callbacks. Will block if <a href="../../../wgpu_types/enum.PollType.html#variant.Wait" title="variant wgpu_types::PollType::Wait"><code>PollType::Wait</code></a> is passed.</p>
1313
<p>Return <code>true</code> if the queue is empty, or <code>false</code> if there are more queue
1414
submissions still in flight. (Note that, unless access to the <a href="../queue/struct.Queue.html" title="struct wgpu::api::queue::Queue"><code>Queue</code></a> is
1515
coordinated somehow, this information could be out of date by the time

0 commit comments

Comments
 (0)