ComponentOne Bitmap for WPF
C1.WPF.DX.4.5.2 Assembly / C1.Util.DX.Direct3D11 Namespace / DeviceContext Class / Dispatch Method

In This Topic
    Dispatch Method
    In This Topic
    void ID3D11DeviceContext::Dispatch([In] unsigned int ThreadGroupCountX,[In] unsigned int ThreadGroupCountY,[In] unsigned int ThreadGroupCountZ)
    Syntax
    'Declaration
     
    Public Sub Dispatch( _
       ByVal threadGroupCountX As Integer, _
       ByVal threadGroupCountY As Integer, _
       ByVal threadGroupCountZ As Integer _
    ) 
    public void Dispatch( 
       int threadGroupCountX,
       int threadGroupCountY,
       int threadGroupCountZ
    )

    Parameters

    threadGroupCountX
    threadGroupCountY
    threadGroupCountZ
    See Also