Document Solutions for PDF
DS.Documents.DX.Windows Assembly / GrapeCity.Documents.DX.Direct2D Namespace / IComputeTransform Interface / SetComputeInfo Method

In This Topic
    SetComputeInfo Method (IComputeTransform)
    In This Topic
    Sets the render information used to specify the compute shader pass.
    Syntax
    'Declaration
     
    Sub SetComputeInfo( _
       ByVal computeInfo As ComputeInformation _
    ) 
    void SetComputeInfo( 
       ComputeInformation computeInfo
    )

    Parameters

    computeInfo
    See Also