First renderdoc run without wayland
Some checks failed
Build legacy Nix package on Ubuntu / build (push) Failing after 21m49s
Some checks failed
Build legacy Nix package on Ubuntu / build (push) Failing after 21m49s
This commit is contained in:
parent
1d0ef32f60
commit
30721773c8
5 changed files with 35 additions and 26 deletions
|
@ -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()
|
||||
},
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue