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 9ef424d commit f6f7043Copy full SHA for f6f7043
src/nbl/video/CSurfaceVulkan.cpp
@@ -60,7 +60,7 @@ bool ISurfaceVulkan::isSupportedForPhysicalDevice(const IPhysicalDevice* physica
60
61
core::bitflag<ISurface::E_PRESENT_MODE> ISurfaceVulkan::getAvailablePresentModesForPhysicalDevice(const IPhysicalDevice* physicalDevice) const
62
{
63
- constexpr uint32_t MAX_PRESENT_MODE_COUNT = 4u;
+ constexpr uint32_t MAX_PRESENT_MODE_COUNT = 5u;
64
65
core::bitflag<ISurface::E_PRESENT_MODE> result = ISurface::EPM_UNKNOWN;
66
0 commit comments