ComponentOne Bitmap for WinForms
C1.Win.C1DX.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 System.Integer, _
       ByVal threadGroupCountY As System.Integer, _
       ByVal threadGroupCountZ As System.Integer _
    ) 
    public void Dispatch( 
       System.int threadGroupCountX,
       System.int threadGroupCountY,
       System.int threadGroupCountZ
    )

    Parameters

    threadGroupCountX
    threadGroupCountY
    threadGroupCountZ
    See Also