Variable VkPhysicalDeviceLimits.maxComputeWorkGroupCount

struct VkPhysicalDeviceLimits
{
  // ...
  uint[3] maxComputeWorkGroupCount ;
  // ...
}