Remove redundant field assignment
This commit is contained in:
parent
49bcebb1e5
commit
8b49968cab
2 changed files with 2 additions and 2 deletions
|
|
@ -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,
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue