MTLDevice_Extensions.GetMaxThreadsPerThreadgroup(IMTLDevice) Method

Definition

Returns the number of threads per threadgroup on the device.

public static Metal.MTLSize GetMaxThreadsPerThreadgroup (this Metal.IMTLDevice This);
static member GetMaxThreadsPerThreadgroup : Metal.IMTLDevice -> Metal.MTLSize

Parameters

This
IMTLDevice

The instance on which this method operates.

Returns

Applies to