ComponentOne Bitmap for WinForms
C1.Win.C1DX.4.5.2 Assembly / C1.Util.DX.Direct3D11 Namespace / StreamOutputStage Class / GetTargets Method / GetTargets(Int32) Method

In This Topic
    GetTargets(Int32) Method
    In This Topic
    Get the target output {{buffers}} for the {{StreamOutput}} stage of the pipeline.
    Syntax
    'Declaration
     
    Public Overloads Function GetTargets( _
       ByVal numBuffers As System.Integer _
    ) As Buffer()
    public Buffer[] GetTargets( 
       System.int numBuffers
    )

    Parameters

    numBuffers
    See Also