Fix formatting with cargo fmt
This commit is contained in:
parent
983aa1b366
commit
8b7452a55d
3 changed files with 6 additions and 10 deletions
|
|
@ -263,8 +263,7 @@ impl Pipeline {
|
|||
Uniforms,
|
||||
>(
|
||||
)
|
||||
as
|
||||
u64),
|
||||
as u64),
|
||||
},
|
||||
}],
|
||||
});
|
||||
|
|
@ -334,7 +333,6 @@ impl Pipeline {
|
|||
|
||||
let uniforms = bytemuck::cast_slice(&uniforms);
|
||||
|
||||
|
||||
if let Some(uniforms_size) =
|
||||
wgpu::BufferSize::new(uniforms.len() as u64)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue