КЮ
Size: a a a
КЮ
D
D
D
TG
D
D
d
d
D
d
A
But OpenGL’s spec leaves the choice up to the device.
TG
AP
surfaceCapabilities.minImageExtent
== surfaceCapabilities.maxImageExtent
== (0, 0)
ImageExtent
не может быть (0, 0)
AP
(1, 1)
, получаю:vkCreateSwapchainKHR() called with imageExtent = (1,1), which is outside the bounds returned by vkGetPhysicalDeviceSurfaceCapabilitiesKHR(): currentExtent = (0,0), minImageExtent = (0,0), maxImageExtent = (0,0).
(0, 0)
, получаю:vkCreateSwapchainKHR(): pCreateInfo->imageExtent = (0, 0) which is illegal.
XD
XD
XD
AP