diff --git a/wgui/src/gfx/pass.rs b/wgui/src/gfx/pass.rs index fd1f8e2..3d920a9 100644 --- a/wgui/src/gfx/pass.rs +++ b/wgui/src/gfx/pass.rs @@ -48,7 +48,7 @@ where let mut command_buffer = AutoCommandBufferBuilder::secondary( pipeline.graphics.command_buffer_allocator.clone(), pipeline.graphics.queue_gfx.queue_family_index(), - CommandBufferUsage::MultipleSubmit, + CommandBufferUsage::SimultaneousUse, CommandBufferInheritanceInfo { render_pass: Some(CommandBufferInheritanceRenderPassType::BeginRendering( CommandBufferInheritanceRenderingInfo {