mirror of
https://github.com/antopilo/Nuake.git
synced 2026-01-01 05:48:14 +03:00
Turned off vulkan validation by default
This commit is contained in:
@@ -36,7 +36,7 @@
|
||||
#include <array>
|
||||
#include <algorithm>
|
||||
|
||||
bool NKUseValidationLayer = true;
|
||||
bool NKUseValidationLayer = false;
|
||||
|
||||
using namespace Nuake;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user