[]
        
(Showing Draft Content)

C1.Util.DX.Direct2D.ComputeTransform.CalculateThreadgroups

CalculateThreadgroups Method

CalculateThreadgroups(RectL, out int, out int, out int)

Allows a compute-shader–based transform to select the number of thread groups to execute based on the number of output pixels it needs to fill.

Declaration
void CalculateThreadgroups(RectL outputRect, out int dimensionX, out int dimensionY, out int dimensionZ)
Parameters
Type Name Description
RectL outputRect
int dimensionX
int dimensionY
int dimensionZ