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
|
|
@ -177,7 +177,7 @@ impl Blit {
|
|||
) {
|
||||
let mut render_pass =
|
||||
encoder.begin_render_pass(&wgpu::RenderPassDescriptor {
|
||||
label: Some("iced_wgpu::triangle::msaa Render Pass"),
|
||||
label: Some("iced_wgpu::triangle::msaa render pass"),
|
||||
color_attachments: &[
|
||||
wgpu::RenderPassColorAttachmentDescriptor {
|
||||
attachment: target,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue