Disable Vulkan native MSAA by default for now.

This commit is contained in:
Dr. Chat 2016-05-17 05:58:52 -05:00
parent 44284a780c
commit b025790207
1 changed files with 1 additions and 1 deletions

View File

@ -11,6 +11,6 @@
DEFINE_bool(vulkan_renderdoc_capture_all, false,
"Capture everything with RenderDoc.");
DEFINE_bool(vulkan_native_msaa, true, "Use native MSAA");
DEFINE_bool(vulkan_native_msaa, false, "Use native MSAA");
DEFINE_bool(vulkan_dump_disasm, false,
"Dump shader disassembly. NVIDIA only supported.");