From 3591ba31133208244ac315c0891d9ad38bc54812 Mon Sep 17 00:00:00 2001 From: charlotte Date: Sun, 29 Jun 2025 14:02:16 -0700 Subject: [PATCH] Meshlets. --- crates/bevy_pbr/src/meshlet/visibility_buffer_raster_node.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/crates/bevy_pbr/src/meshlet/visibility_buffer_raster_node.rs b/crates/bevy_pbr/src/meshlet/visibility_buffer_raster_node.rs index 160097fc50..10104e10ee 100644 --- a/crates/bevy_pbr/src/meshlet/visibility_buffer_raster_node.rs +++ b/crates/bevy_pbr/src/meshlet/visibility_buffer_raster_node.rs @@ -595,6 +595,7 @@ fn raster_pass( }), color_attachments: &[Some(RenderPassColorAttachment { view: dummy_render_target, + depth_slice: None, resolve_target: None, ops: Operations { load: LoadOp::Clear(LinearRgba::BLACK.into()),