可以分派到计算着色器的单个本地工作组中的最大调用总数(只读)。
SystemInfo.maxComputeWorkgroupSizeX、SystemInfo.maxComputeWorkgroupSizeY 和 SystemInfo.maxComputeWorkgroupSizeZ 的乘积不能超过当前设备上的此数字。请注意,这是理论上的最大值。实际限制取决于着色器的复杂性,因此可能更低。
其他资源:SystemInfo.maxComputeWorkGroupSizeX SystemInfo.maxComputeWorkGroupSizeY SystemInfo.maxComputeWorkGroupSizeZ