Skip to content

Commit

Permalink
Double check that CI still validates the without debug_layers scenario
Browse files Browse the repository at this point in the history
  • Loading branch information
DJMcNab committed Aug 2, 2024
1 parent 9ec72c9 commit c5ecad2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion vello/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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));
Expand Down

0 comments on commit c5ecad2

Please sign in to comment.