[]
HRESULT ID2D1ComputeTransform::CalculateThreadgroups([In] const RECT* outputRect,[Out] unsigned int* dimensionX,[Out] unsigned int* dimensionY,[Out] unsigned int* dimensionZ)
public void CalculateThreadgroups(RectL outputRect, out int dimensionX, out int dimensionY, out int dimensionZ)
Public Sub CalculateThreadgroups(outputRect As RectL, ByRef dimensionX As Integer, ByRef dimensionY As Integer, ByRef dimensionZ As Integer)
| Type | Name | Description |
|---|---|---|
| RectL | outputRect | |
| int | dimensionX | |
| int | dimensionY | |
| int | dimensionZ |