Update formatting

This commit is contained in:
Hanno Braun 2024-11-14 17:23:16 +01:00
parent b71ea698ae
commit fde836bc7d

View File

@ -347,6 +347,7 @@ impl Renderer {
usage: wgpu::TextureUsages::RENDER_ATTACHMENT,
view_formats: &[],
});
texture.create_view(&wgpu::TextureViewDescriptor::default())
}