mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-09-23 14:15:42 +00:00
Disable barrier logging/assertions by default
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user