mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-12 21:10:42 +00:00
Enable MSAA in the depth view as it's supported well now
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user