mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-09-23 22:25:55 +00:00
Update message code muting for latest SDK
This commit is contained in:
@@ -2447,7 +2447,11 @@ VkBool32 WrappedVulkan::DebugCallback(VkDebugReportFlagsEXT flags,
|
||||
{
|
||||
// All access mask/barrier messages.
|
||||
// These are just too spammy/false positive/unreliable to keep
|
||||
if(isDS && messageCode == 12)
|
||||
if(isDS && messageCode == 10)
|
||||
return false;
|
||||
|
||||
// Ignore shader checker layer entirely
|
||||
if(isSC)
|
||||
return false;
|
||||
|
||||
// Memory is aliased between image and buffer
|
||||
|
||||
Reference in New Issue
Block a user