mirror of
https://github.com/xenia-project/xenia.git
synced 2026-04-20 22:13:40 +00:00
16 lines
799 B
C++
16 lines
799 B
C++
/**
|
|
******************************************************************************
|
|
* 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"
|
|
|
|
DEFINE_bool(vulkan_renderdoc_capture_all, false,
|
|
"Capture everything with RenderDoc.");
|
|
DEFINE_bool(vulkan_native_msaa, false, "Use native MSAA");
|
|
DEFINE_bool(vulkan_dump_disasm, false,
|
|
"Dump shader disassembly. NVIDIA only supported.");
|