Use lowercase in wgpu labels for consistency

This commit is contained in:
Héctor Ramón Jiménez 2021-02-06 15:37:05 +01:00
parent 5fc4210270
commit ffdf87fbe2
4 changed files with 5 additions and 5 deletions

View file

@ -422,7 +422,7 @@ impl Pipeline {
let mut render_pass =
encoder.begin_render_pass(&wgpu::RenderPassDescriptor {
label: Some("iced_wgpu::image Render Pass"),
label: Some("iced_wgpu::image render pass"),
color_attachments: &[
wgpu::RenderPassColorAttachmentDescriptor {
attachment: target,