Remove unrelated comment in CompositeAlphaMode (#3129)

This commit is contained in:
Josh Groves 2022-10-21 13:02:19 -02:30 committed by GitHub
parent cc448817e7
commit 49415fe971
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3762,7 +3762,7 @@ pub enum PresentMode {
Mailbox = 5,
}
/// Specifies how the alpha channel of the textures should be handled during (martin mouv i step)
/// Specifies how the alpha channel of the textures should be handled during
/// compositing.
#[repr(C)]
#[derive(Debug, Clone, Copy, PartialEq, Eq, Hash)]