Skip to content

Commit

Permalink
VK_LAYER_KHRONOS_validation requires the Vulkan SDK so don't enable i…
Browse files Browse the repository at this point in the history
…t by default
  • Loading branch information
stephengold committed Jul 17, 2023
1 parent 63336f2 commit e5c2887
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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
*/
Expand Down

0 comments on commit e5c2887

Please sign in to comment.