Disable Vulkan native MSAA by default for now.
This commit is contained in:
@@ -11,6 +11,6 @@
|
|||||||
|
|
||||||
DEFINE_bool(vulkan_renderdoc_capture_all, false,
|
DEFINE_bool(vulkan_renderdoc_capture_all, false,
|
||||||
"Capture everything with RenderDoc.");
|
"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,
|
DEFINE_bool(vulkan_dump_disasm, false,
|
||||||
"Dump shader disassembly. NVIDIA only supported.");
|
"Dump shader disassembly. NVIDIA only supported.");
|
||||||
|
|||||||
Reference in New Issue
Block a user