From 49415fe971ee4b2f3d89a268984966912543e42a Mon Sep 17 00:00:00 2001 From: Josh Groves Date: Fri, 21 Oct 2022 13:02:19 -0230 Subject: [PATCH] Remove unrelated comment in `CompositeAlphaMode ` (#3129) --- wgpu-types/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wgpu-types/src/lib.rs b/wgpu-types/src/lib.rs index 9fce6ca52..3e91ae034 100644 --- a/wgpu-types/src/lib.rs +++ b/wgpu-types/src/lib.rs @@ -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)]