mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-09-06 05:45:52 +00:00
Disable very spammy warning in release builds
* The warning is real, this is a problem with the application, but some programs cause a lot of barriers to hit this.
This commit is contained in:
@@ -982,7 +982,9 @@ void ImageState::RecordQueueFamilyRelease(const VkImageMemoryBarrier &barrier)
|
||||
{
|
||||
if(ImageSubresourceRange(barrier.subresourceRange).Overlaps(it->subresourceRange))
|
||||
{
|
||||
#if ENABLED(RDOC_DEVEL)
|
||||
RDCWARN("Queue family release barriers overlap");
|
||||
#endif
|
||||
RemoveQueueFamilyTransfer(it);
|
||||
--it;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user