Skip to content

Commit

Permalink
Do not specify the validation layer (they should be configured by Vul…
Browse files Browse the repository at this point in the history
…kan Configurator instead.)
  • Loading branch information
stripe2933 committed Aug 19, 2024
1 parent bcae385 commit 6d3df4e
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions interface/MainApp.cppm
Original file line number Diff line number Diff line change
Expand Up @@ -66,13 +66,7 @@ namespace vk_deferred {
{}, 0,
vk::makeApiVersion(0, 1, 2, 0), // MoltenVK conforms Vulkan 1.2.
}),
#ifdef NDEBUG
{},
#else
vku::unsafeProxy({
"VK_LAYER_KHRONOS_validation",
}),
#endif
extensions,
} };

Expand Down

0 comments on commit 6d3df4e

Please sign in to comment.