This version of Unity is unsupported.

SystemInfo.maxComputeWorkGroupSizeX

public static int maxComputeWorkGroupSizeX;

Description

The maximum number of work groups that a compute shader can use in X dimension (Read Only).

This is the largest number of work groups (in X dimension) that a compute shader on the current device can use.

See Also:SystemInfo.maxComputeWorkGroupSize