ComponentOne Bitmap for WPF
C1.WPF.DX.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 Integer _
    ) As Buffer()
    public Buffer[] GetTargets( 
       int numBuffers
    )

    Parameters

    numBuffers
    See Also