We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7bdd2a commit eac5159Copy full SHA for eac5159
include/nbl/video/ILogicalDevice.h
@@ -1330,7 +1330,7 @@ inline bool ILogicalDevice::validateMemoryBarrier(const uint32_t queueFamilyInde
1330
NBL_LOG_ERROR("Invalid aspect mask");
1331
return false;
1332
}
1333
- if (bool(aspectMask.value & DepthStencilAspects))
+ if (!bool(aspectMask.value & DepthStencilAspects))
1334
{
1335
1336
0 commit comments