Use lowercase in wgpu labels for consistency
This commit is contained in:
parent
5fc4210270
commit
ffdf87fbe2
4 changed files with 5 additions and 5 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue