Skip to content

Commit 5331f99

Browse files
committed
Deploying to master from @ gfx-rs/wgpu@ce89c91 🚀
1 parent 02e87c9 commit 5331f99

35 files changed

+337
-158
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_core/wgpu_core-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/src/wgpu_core/command/mod.rs.html

Lines changed: 191 additions & 49 deletions
Large diffs are not rendered by default.

doc/src/wgpu_core/device/global.rs.html

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2299,7 +2299,11 @@
22992299
<a href="#2298" id="2298">2298</a>
23002300
<a href="#2299" id="2299">2299</a>
23012301
<a href="#2300" id="2300">2300</a>
2302-
<a href="#2301" id="2301">2301</a></pre></div><pre class="rust"><code><span class="kw">use </span>alloc::{borrow::Cow, boxed::Box, string::String, sync::Arc, vec::Vec};
2302+
<a href="#2301" id="2301">2301</a>
2303+
<a href="#2302" id="2302">2302</a>
2304+
<a href="#2303" id="2303">2303</a>
2305+
<a href="#2304" id="2304">2304</a>
2306+
<a href="#2305" id="2305">2305</a></pre></div><pre class="rust"><code><span class="kw">use </span>alloc::{borrow::Cow, boxed::Box, string::String, sync::Arc, vec::Vec};
23032307
<span class="kw">use </span>core::{ptr::NonNull, sync::atomic::Ordering};
23042308

23052309
<span class="attr">#[cfg(feature = <span class="string">"trace"</span>)]
@@ -3347,7 +3351,11 @@
33473351
<span class="kw">return </span>(id.into_command_encoder_id(), <span class="prelude-val">None</span>);
33483352
};
33493353

3350-
<span class="kw">let </span>id = fid.assign(Arc::new(CommandBuffer::new_invalid(<span class="kw-2">&amp;</span>device, <span class="kw-2">&amp;</span>desc.label)));
3354+
<span class="kw">let </span>id = fid.assign(Arc::new(CommandBuffer::new_invalid(
3355+
<span class="kw-2">&amp;</span>device,
3356+
<span class="kw-2">&amp;</span>desc.label,
3357+
error.clone().into(),
3358+
)));
33513359
(id.into_command_encoder_id(), <span class="prelude-val">Some</span>(error))
33523360
}
33533361

doc/type.impl/core/result/enum.Result.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/wgpu_core/command/enum.AttachmentError.html

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

doc/wgpu_core/command/enum.ColorAttachmentError.html

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

doc/wgpu_core/command/enum.CommandEncoderError.html

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

doc/wgpu_core/command/enum.CommandEncoderStatus.html

Lines changed: 24 additions & 17 deletions
Large diffs are not rendered by default.

doc/wgpu_core/command/enum.DrawKind.html

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)