Enable MSAA in the depth view as it's supported well now

This commit is contained in:
baldurk
2016-04-24 21:26:07 +02:00
parent fc4537857a
commit f6c1f2a170
+1 -2
View File
@@ -50,8 +50,7 @@ using std::map;
// similar to RDCUNIMPLEMENTED but for things that are hit often so we don't want to fire the debugbreak.
#define VULKANNOTIMP(...) do { static bool msgprinted = false; if(!msgprinted) RDCDEBUG("Vulkan not implemented - " __VA_ARGS__); msgprinted = true; } while((void)0,0)
// allows easy disabling of MSAA
#define MSAA_MESH_VIEW 0
#define MSAA_MESH_VIEW 1
#if MSAA_MESH_VIEW
#define VULKAN_MESH_VIEW_SAMPLES VK_SAMPLE_COUNT_4_BIT