ComponentOne Bitmap for WPF
C1.WPF.DX.4.5.2 Assembly / C1.Util.DX.Direct2D Namespace / ComputeTransform Interface / SetComputeInfo Method

In This Topic
    SetComputeInfo Method (ComputeTransform)
    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