Skip to content

Commit

Permalink
fix pass name
Browse files Browse the repository at this point in the history
  • Loading branch information
IceSentry committed Apr 22, 2024
1 parent df23a13 commit 75131d7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ impl ViewNode for MainTransparentPass2dNode {
let diagnostics = render_context.diagnostic_recorder();

let mut render_pass = render_context.begin_tracked_render_pass(RenderPassDescriptor {
label: Some("main_pass_2d"),
label: Some("main_transparent_pass_2d"),
color_attachments: &[Some(target.get_color_attachment())],
// TODO 2d depth buffer
depth_stencil_attachment: None,
Expand Down

0 comments on commit 75131d7

Please sign in to comment.