We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1c04ec commit 77bf9afCopy full SHA for 77bf9af
wgpu-core/src/command/render.rs
@@ -625,7 +625,7 @@ pub enum ColorAttachmentError {
625
mip_level: u32,
626
depth_or_array_layer: u32,
627
},
628
- #[error("Color attachment's usage cannot contain {0:?} if StoreOp is {1:?}")]
+ #[error("Color attachment's usage contains {0:?}. This can only be used with StoreOp::Discard, but the provided store op was {1:?}")]
629
InvalidUsageForStoreOp(TextureUsages, StoreOp),
630
}
631
0 commit comments