Skip to content

Commit b24c9e4

Browse files
Deploying to master from @ gfx-rs/wgpu@1aabf22 🚀
1 parent 1ae944c commit b24c9e4

File tree

590 files changed

+3301
-3297
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

590 files changed

+3301
-3297
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/src/wgpu_types/lib.rs.html

Lines changed: 13 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7988,6 +7988,8 @@
79887988
<a href="#7987" id="7987">7987</a>
79897989
<a href="#7988" id="7988">7988</a>
79907990
<a href="#7989" id="7989">7989</a>
7991+
<a href="#7990" id="7990">7990</a>
7992+
<a href="#7991" id="7991">7991</a>
79917993
</pre></div><pre class="rust"><code><span class="doccomment">//! This library describes the API surface of WebGPU that is agnostic of the backend.
79927994
//! This API is used for targeting both Web and Native.
79937995

@@ -12691,16 +12693,18 @@
1269112693
);
1269212694
}
1269312695

12696+
<span class="doccomment">/// Color write mask. Disabled color channels will not be written to.
12697+
///
12698+
/// Corresponds to [WebGPU `GPUColorWriteFlags`](
12699+
/// https://gpuweb.github.io/gpuweb/#typedefdef-gpucolorwriteflags).
12700+
</span><span class="attr">#[repr(transparent)]
12701+
#[cfg_attr(feature = <span class="string">"serde"</span>, derive(Serialize, Deserialize))]
12702+
#[cfg_attr(feature = <span class="string">"serde"</span>, serde(transparent))]
12703+
#[derive(Debug, Copy, Clone, PartialEq, Eq, Hash)]
12704+
</span><span class="kw">pub struct </span>ColorWrites(u32);
12705+
1269412706
<span class="macro">bitflags::bitflags! </span>{
12695-
<span class="doccomment">/// Color write mask. Disabled color channels will not be written to.
12696-
///
12697-
/// Corresponds to [WebGPU `GPUColorWriteFlags`](
12698-
/// https://gpuweb.github.io/gpuweb/#typedefdef-gpucolorwriteflags).
12699-
</span><span class="attr">#[repr(transparent)]
12700-
#[cfg_attr(feature = <span class="string">"serde"</span>, derive(Serialize, Deserialize))]
12701-
#[cfg_attr(feature = <span class="string">"serde"</span>, serde(transparent))]
12702-
#[derive(Debug, Copy, Clone, PartialEq, Eq, Hash)]
12703-
</span><span class="kw">pub struct </span>ColorWrites: u32 {
12707+
<span class="kw">impl </span>ColorWrites: u32 {
1270412708
<span class="doccomment">/// Enable red channel writes
1270512709
</span><span class="kw">const </span>RED = <span class="number">1 </span>&lt;&lt; <span class="number">0</span>;
1270612710
<span class="doccomment">/// Enable green channel writes

doc/trait.impl/bitflags/traits/trait.PublicFlags.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.

0 commit comments

Comments
 (0)