Variable VkPhysicalDeviceLimits.maxComputeWorkGroupSize

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