We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b3bf07 commit fe3c9a5Copy full SHA for fe3c9a5
1 file changed
wgpu-types/src/surface.rs
@@ -105,7 +105,7 @@ pub enum PresentMode {
105
#[cfg_attr(feature = "serde", derive(Serialize, Deserialize))]
106
#[cfg_attr(feature = "serde", serde(rename_all = "lowercase"))]
107
pub enum CompositeAlphaMode {
108
- /// Chooses either `Opaque` or `Inherit` automatically,depending on the
+ /// Chooses either `Opaque` or `Inherit` automatically, depending on the
109
/// `alpha_mode` that the current surface can support.
110
#[default]
111
Auto = 0,
0 commit comments