Remove redundant field assignment

This commit is contained in:
Héctor Ramón Jiménez 2020-03-29 15:20:44 +02:00
parent 49bcebb1e5
commit 8b49968cab
2 changed files with 2 additions and 2 deletions

View file

@ -120,7 +120,7 @@ impl Blit {
format,
pipeline,
constants: constant_bind_group,
texture_layout: texture_layout,
texture_layout,
sample_count: antialiasing.sample_count(),
targets: None,
}