ComponentOne Bitmap for WPF
C1.WPF.DX.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 Integer, _
       ByRef depthStencilViewRef As DepthStencilView _
    ) As RenderTargetView()
    public RenderTargetView[] GetRenderTargets( 
       int numViews,
       out DepthStencilView depthStencilViewRef
    )

    Parameters

    numViews
    depthStencilViewRef
    See Also