Skip to content

Commit

Permalink
instance descriptor can now be cloned
Browse files Browse the repository at this point in the history
  • Loading branch information
Wumpf committed Jan 3, 2025
1 parent 111a6a8 commit f87ff52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wgpu-types/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7707,7 +7707,7 @@ pub enum Gles3MinorVersion {
}

/// Options for creating an instance.
#[derive(Debug)]
#[derive(Clone, Debug)]
pub struct InstanceDescriptor {
/// Which `Backends` to enable.
pub backends: Backends,
Expand Down

0 comments on commit f87ff52

Please sign in to comment.