2016-02-18 06:17:12 +01:00
|
|
|
/**
|
|
|
|
|
******************************************************************************
|
|
|
|
|
* Xenia : Xbox 360 Emulator Research Project *
|
|
|
|
|
******************************************************************************
|
|
|
|
|
* Copyright 2016 Ben Vanik. All rights reserved. *
|
|
|
|
|
* Released under the BSD license - see LICENSE in the root for more details. *
|
|
|
|
|
******************************************************************************
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
#include "xenia/gpu/vulkan/vulkan_gpu_flags.h"
|
2016-02-21 21:44:16 +01:00
|
|
|
|
|
|
|
|
DEFINE_bool(vulkan_renderdoc_capture_all, false,
|
|
|
|
|
"Capture everything with RenderDoc.");
|
2016-05-17 12:58:52 +02:00
|
|
|
DEFINE_bool(vulkan_native_msaa, false, "Use native MSAA");
|
2016-05-03 21:05:34 +02:00
|
|
|
DEFINE_bool(vulkan_dump_disasm, false,
|
|
|
|
|
"Dump shader disassembly. NVIDIA only supported.");
|