Skip to content

Commit 9b8205a

Browse files
committed
Deploying to master from @ gfx-rs/wgpu@991ee61 🚀
1 parent cc4c7ce commit 9b8205a

26 files changed

+51
-41
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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9728,7 +9728,7 @@
97289728

97299729
<span class="doccomment">/// Supported physical device types.
97309730
</span><span class="attr">#[repr(u8)]
9731-
#[derive(Clone, Copy, Debug, Eq, PartialEq)]
9731+
#[derive(Clone, Copy, Debug, Eq, PartialEq, Hash)]
97329732
#[cfg_attr(feature = <span class="string">"serde"</span>, derive(serde::Serialize, serde::Deserialize))]
97339733
</span><span class="kw">pub enum </span>DeviceType {
97349734
<span class="doccomment">/// Other or Unknown.
@@ -9746,7 +9746,7 @@
97469746
<span class="comment">//TODO: convert `vendor` and `device` to `u32`
97479747

97489748
</span><span class="doccomment">/// Information about an adapter.
9749-
</span><span class="attr">#[derive(Clone, Debug, Eq, PartialEq)]
9749+
</span><span class="attr">#[derive(Clone, Debug, Eq, PartialEq, Hash)]
97509750
#[cfg_attr(feature = <span class="string">"serde"</span>, derive(serde::Serialize, serde::Deserialize))]
97519751
</span><span class="kw">pub struct </span>AdapterInfo {
97529752
<span class="doccomment">/// Adapter name

doc/trait.impl/bitflags/traits/trait.Flags.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/trait.impl/core/clone/trait.Clone.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/trait.impl/core/cmp/trait.Eq.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)