ComponentOne Bitmap for WPF
C1.WPF.DX.4.5.2 Assembly / C1.Util.DX.Direct3D11 Namespace / OutputMergerStage Class / GetRenderTargetsAndUnorderedAccessViews Method

In This Topic
    GetRenderTargetsAndUnorderedAccessViews Method
    In This Topic
    void ID3D11DeviceContext::OMGetRenderTargetsAndUnorderedAccessViews([In] unsigned int NumRTVs,[Out, Buffer, Optional] ID3D11RenderTargetView** ppRenderTargetViews,[Out, Optional] ID3D11DepthStencilView** ppDepthStencilView,[In] unsigned int UAVStartSlot,[In] unsigned int NumUAVs,[Out, Buffer, Optional] ID3D11UnorderedAccessView** ppUnorderedAccessViews)
    Syntax
    'Declaration
     
    Public Function GetRenderTargetsAndUnorderedAccessViews( _
       ByVal numRTVs As Integer, _
       ByVal renderTargetViewsOut() As RenderTargetView, _
       ByVal uAVStartSlot As Integer, _
       ByVal numUAVs As Integer, _
       ByVal unorderedAccessViewsOut() As UnorderedAccessView _
    ) As DepthStencilView
    public DepthStencilView GetRenderTargetsAndUnorderedAccessViews( 
       int numRTVs,
       RenderTargetView[] renderTargetViewsOut,
       int uAVStartSlot,
       int numUAVs,
       UnorderedAccessView[] unorderedAccessViewsOut
    )

    Parameters

    numRTVs
    renderTargetViewsOut
    uAVStartSlot
    numUAVs
    unorderedAccessViewsOut
    See Also