Skip to content

Commit

Permalink
remove validation layer
Browse files Browse the repository at this point in the history
  • Loading branch information
AmesingFlank committed Oct 31, 2021
1 parent 8b99898 commit 9db029c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion taichi/backends/vulkan/embedded_device.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ namespace vulkan {
namespace {

// FIXME: NDEBUG is broken, so just manually enable this if necessary.
constexpr bool kEnableValidationLayers = true;
constexpr bool kEnableValidationLayers = false;

const std::vector<const char *> kValidationLayers = {
"VK_LAYER_KHRONOS_validation",
Expand Down

0 comments on commit 9db029c

Please sign in to comment.