First renderdoc run without wayland
Some checks failed
Build legacy Nix package on Ubuntu / build (push) Failing after 21m49s

This commit is contained in:
Florian RICHER 2025-03-22 21:51:21 +01:00
parent 1d0ef32f60
commit 30721773c8
Signed by: florian.richer
GPG key ID: C73D37CBED7BFC77
5 changed files with 35 additions and 26 deletions

View file

@ -54,10 +54,7 @@ impl App {
// (e.g. MoltenVK)
flags: InstanceCreateFlags::ENUMERATE_PORTABILITY,
enabled_extensions: required_extensions,
enabled_layers: vec![
String::from("VK_LAYER_KHRONOS_validation"),
String::from("VK_LAYER_RENDERDOC_Capture"),
],
enabled_layers: vec![String::from("VK_LAYER_KHRONOS_validation")],
..Default::default()
},
)