Remove commented code
This commit is contained in:
parent
26ae25c3d8
commit
0709161e02
|
@ -247,8 +247,6 @@ pub(crate) fn create_swap_chain(
|
|||
surface: &wgpu::Surface,
|
||||
format: wgpu::TextureFormat,
|
||||
surface_size: &SurfaceSize,
|
||||
// width: u32,
|
||||
// height: u32,
|
||||
present_mode: wgpu::PresentMode,
|
||||
) -> wgpu::SwapChain {
|
||||
device.create_swap_chain(
|
||||
|
|
Loading…
Reference in a new issue