From e5c28878c97fb73e94022a36325a5ece0eab861d Mon Sep 17 00:00:00 2001 From: Stephen Gold Date: Mon, 17 Jul 2023 17:56:52 -0400 Subject: [PATCH] VK_LAYER_KHRONOS_validation requires the Vulkan SDK so don't enable it by default --- .../java/com/github/stephengold/vsport/BaseApplication.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/src/main/java/com/github/stephengold/vsport/BaseApplication.java b/lib/src/main/java/com/github/stephengold/vsport/BaseApplication.java index 68868437..800f4b5f 100644 --- a/lib/src/main/java/com/github/stephengold/vsport/BaseApplication.java +++ b/lib/src/main/java/com/github/stephengold/vsport/BaseApplication.java @@ -140,7 +140,7 @@ public abstract class BaseApplication { * true to enable debugging output and optional runtime checks, or false to * disable them */ - final private static boolean enableDebugging = true; // TODO change default + final private static boolean enableDebugging = false; /** * version of the graphics engine */