Disable barrier logging/assertions by default

This commit is contained in:
baldurk
2016-10-26 23:14:17 +02:00
parent f26876adf3
commit 909d82cc1e
+1 -1
View File
@@ -359,7 +359,7 @@ D3D12Descriptor *DescriptorFromPortableHandle(D3D12ResourceManager *manager, Por
}
// debugging logging for barriers
#if 1
#if 0
#define BARRIER_DBG RDCLOG
#define BARRIER_ASSERT RDCASSERTMSG
#else