Variable SurfaceCaps.maxLayers

Maximum number of array layers for this surface. At least one.

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