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

@ -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,