From c5ecad2048faf9c4b7104733290aa0576f6fe061 Mon Sep 17 00:00:00 2001 From: Daniel McNab <36049421+DJMcNab@users.noreply.github.com> Date: Fri, 2 Aug 2024 10:52:51 +0100 Subject: [PATCH] Double check that CI still validates the without debug_layers scenario --- vello/src/lib.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/vello/src/lib.rs b/vello/src/lib.rs index 4aa072381..ddc2c4a12 100644 --- a/vello/src/lib.rs +++ b/vello/src/lib.rs @@ -335,7 +335,6 @@ impl Renderer { let blit = options .surface_format .map(|surface_format| BlitPipeline::new(device, surface_format, &mut engine)); - #[cfg(feature = "debug_layers")] let debug = options .surface_format .map(|surface_format| debug::DebugRenderer::new(device, surface_format, &mut engine));