mirror of
https://github.com/gfx-rs/wgpu.git
synced 2026-04-22 03:02:01 -04:00
Remove comment introduced in https://github.com/gfx-rs/wgpu/pull/1144
This commit is contained in:
@@ -726,8 +726,6 @@ impl<'a, B: GfxBackend> RenderPassInfo<'a, B> {
|
||||
)) = mismatching_dimensions
|
||||
{
|
||||
return Err(RenderPassErrorInner::AttachmentsDimensionMismatch {
|
||||
// okay to unwrap: for `mismatching_dimensions` to be set, `attachment_{width/height}` must have been
|
||||
// set, which includes `attachment_type_name` being set in a later `else` block
|
||||
previous_attachment_type_name: attachment_type_name,
|
||||
mismatching_attachment_type_name,
|
||||
previous_dimensions,
|
||||
|
||||
Reference in New Issue
Block a user