Variable SurfaceCaps.maxImages

Maximum number of images supported by swapchains created for the surface these caps where queried for.

struct SurfaceCaps
{
  // ...
  uint maxImages ;
  // ...
}