We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 385535a commit c3f9acdCopy full SHA for c3f9acd
naga/src/valid/mod.rs
@@ -83,7 +83,7 @@ bitflags::bitflags! {
83
#[cfg_attr(feature = "serialize", derive(serde::Serialize))]
84
#[cfg_attr(feature = "deserialize", derive(serde::Deserialize))]
85
#[derive(Clone, Copy, Debug, Eq, PartialEq)]
86
- pub struct Capabilities: u64 {
+ pub struct Capabilities: u32 {
87
/// Support for [`AddressSpace::PushConstant`][1].
88
///
89
/// [1]: crate::AddressSpace::PushConstant
0 commit comments