From 19ba15d93ba69745c83d5427e0323f0e3bd54f9f Mon Sep 17 00:00:00 2001 From: Przemog1 Date: Thu, 25 Sep 2025 17:23:03 +0200 Subject: [PATCH] Updated examples --- examples_tests | 2 +- src/nbl/video/CSurfaceVulkan.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/examples_tests b/examples_tests index 3400a2a498..3d206fd4c7 160000 --- a/examples_tests +++ b/examples_tests @@ -1 +1 @@ -Subproject commit 3400a2a498b6b3738d63aff66dd0363a4a9f8c67 +Subproject commit 3d206fd4c772628fe92e95d6e4526170df09900c diff --git a/src/nbl/video/CSurfaceVulkan.cpp b/src/nbl/video/CSurfaceVulkan.cpp index 7d135b04cc..7feda9fcd3 100644 --- a/src/nbl/video/CSurfaceVulkan.cpp +++ b/src/nbl/video/CSurfaceVulkan.cpp @@ -60,7 +60,7 @@ bool ISurfaceVulkan::isSupportedForPhysicalDevice(const IPhysicalDevice* physica core::bitflag ISurfaceVulkan::getAvailablePresentModesForPhysicalDevice(const IPhysicalDevice* physicalDevice) const { - constexpr uint32_t MAX_PRESENT_MODE_COUNT = 4u; + constexpr uint32_t MAX_PRESENT_MODE_COUNT = 5u; core::bitflag result = ISurface::EPM_UNKNOWN;