|
@@ -231,7 +231,7 @@ bool Base::getSurfaceCapabilities(VkSurfaceCapabilitiesKHR& c) {
|
|
|
|
|
|
bool Base::findSurfaceFormat(
|
|
|
VkSurfaceFormatKHR& sf, SurfaceFormatSelector sfs) {
|
|
|
- Core::Array<VkSurfaceFormatKHR, 64> formats;
|
|
|
+ Core::Array<VkSurfaceFormatKHR, 128> formats;
|
|
|
u32 c = formats.getLength();
|
|
|
VK_CHECK_TRUE(vkGetPhysicalDeviceSurfaceFormatsKHR(
|
|
|
physicalDevice, surface, &c, formats.begin()));
|