ComponentOne Bitmap for WinForms
C1.Win.C1DX.4.5.2 Assembly / C1.Util.DX.Direct3D11 Namespace / StreamOutputStage Class / SetTarget Method

In This Topic
    SetTarget Method (StreamOutputStage)
    In This Topic
    Sets the stream output targets bound to the StreamOutput stage.
    Syntax
    'Declaration
     
    Public Sub SetTarget( _
       ByVal buffer As Buffer, _
       ByVal offsets As System.Integer _
    ) 
    public void SetTarget( 
       Buffer buffer,
       System.int offsets
    )

    Parameters

    buffer
    offsets
    See Also