[Vulkan] Disable validation by default
This commit is contained in:
parent
001f64852c
commit
f7ef051025
|
@ -29,9 +29,8 @@
|
||||||
#include "xenia/base/platform_win.h"
|
#include "xenia/base/platform_win.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// TODO(Triang3l): Disable Vulkan validation before releasing a stable version.
|
|
||||||
DEFINE_bool(
|
DEFINE_bool(
|
||||||
vulkan_validation, true,
|
vulkan_validation, false,
|
||||||
"Enable Vulkan validation (VK_LAYER_KHRONOS_validation). Messages will be "
|
"Enable Vulkan validation (VK_LAYER_KHRONOS_validation). Messages will be "
|
||||||
"written to the OS debug log without vulkan_debug_messenger or to the "
|
"written to the OS debug log without vulkan_debug_messenger or to the "
|
||||||
"Xenia log with it.",
|
"Xenia log with it.",
|
||||||
|
|
Loading…
Reference in New Issue