fix(vulkan-smoke): harden timeout and ci closure

This commit is contained in:
2026-06-25 08:04:47 +04:00
parent 607a64ca8d
commit b617e2958d
4 changed files with 108 additions and 16 deletions
@@ -259,10 +259,12 @@ fn create_pipeline_layout(
})
}
#[allow(clippy::cast_precision_loss)]
fn extent_component_to_f32(value: u32) -> f32 {
value as f32
}
#[allow(clippy::too_many_lines)]
fn create_graphics_pipeline(
device: &VulkanLogicalDeviceProbe,
render_pass: vk::RenderPass,