graphics: label depth texture

This commit is contained in:
2026-03-26 11:23:47 -07:00
parent 1d1f9cd00d
commit 4898a5f866

View File

@@ -150,7 +150,7 @@ impl GraphicsState{
dimension:wgpu::TextureDimension::D2,
format:Self::DEPTH_FORMAT,
usage:wgpu::TextureUsages::RENDER_ATTACHMENT,
label:None,
label:Some("Depth Texture"),
view_formats:&[],
})
}