Fix lints by clippy
This commit is contained in:
parent
edce457365
commit
7e22e2d452
9 changed files with 20 additions and 28 deletions
|
|
@ -57,7 +57,7 @@ impl Pipeline {
|
|||
});
|
||||
|
||||
let bind_group =
|
||||
Pipeline::bind_group(device, &buffer.raw(), &bind_group_layout);
|
||||
Pipeline::bind_group(device, buffer.raw(), &bind_group_layout);
|
||||
|
||||
let layout =
|
||||
device.create_pipeline_layout(&wgpu::PipelineLayoutDescriptor {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue