You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if (api->getEnabledFeatures().synchronizationValidation && dcb)
179
+
{
180
+
auto logger = dcb->getLogger();
181
+
if (logger)
182
+
logger->log("You're about to get a ton of False Positive Synchronization Errors from the Validation Layer due it Ignoring Queue Family Ownership Transfers (https://github.com/KhronosGroup/Vulkan-ValidationLayers/issues/7024)",system::ILogger::ELL_WARNING);
@@ -372,8 +383,6 @@ class NBL_API2 ISmoothResizeSurface : public ISimpleManagedSurface
372
383
373
384
// Because the surface can start minimized (extent={0,0}) we might not be able to create the swapchain right away, so store creation parameters until we can create it.
// Have to use a second semaphore to make acquire-present pairs independent of each other, also because there can be no ordering ensured between present->acquire
0 commit comments