Skip to content

Commit

Permalink
docs: note that InstanceFlags::debugging enables _all_ recommended …
Browse files Browse the repository at this point in the history
…flags
  • Loading branch information
ErichDonGubler committed Jan 26, 2024
1 parent b3b8ed2 commit 2dec66f
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 @@ -917,7 +917,7 @@ impl Default for InstanceFlags {
}

impl InstanceFlags {
/// Enable debugging and validation flags.
/// Enable recommended debugging and validation flags.
pub fn debugging() -> Self {
InstanceFlags::DEBUG | InstanceFlags::VALIDATION | InstanceFlags::GPU_BASED_VALIDATION
}
Expand Down

0 comments on commit 2dec66f

Please sign in to comment.