ComponentOne Bitmap for WinForms
C1.Win.C1DX.4.5.2 Assembly / C1.Util.DX.Direct3D11 Namespace / OutputMergerStage Class / GetRenderTargets Method / GetRenderTargets(Int32,DepthStencilView) Method

In This Topic
    GetRenderTargets(Int32,DepthStencilView) Method
    In This Topic
    Get references to the render targets and the depth-stencil buffer that are available to the {{output-merger stage}}.
    Syntax
    'Declaration
     
    Public Overloads Function GetRenderTargets( _
       ByVal numViews As System.Integer, _
       ByRef depthStencilViewRef As DepthStencilView _
    ) As RenderTargetView()
    public RenderTargetView[] GetRenderTargets( 
       System.int numViews,
       out DepthStencilView depthStencilViewRef
    )

    Parameters

    numViews
    depthStencilViewRef
    See Also