Turned off vulkan validation by default

This commit is contained in:
antopilo
2025-04-04 16:10:50 -04:00
parent 00367c37c9
commit 1668363c4e

View File

@@ -36,7 +36,7 @@
#include <array>
#include <algorithm>
bool NKUseValidationLayer = true;
bool NKUseValidationLayer = false;
using namespace Nuake;