ComponentOne Bitmap for WinForms
C1.Win.C1DX.4.5.2 Assembly / C1.Util.DX.Direct3D11 Namespace / OutputMergerStage Class / SetRenderTargets Method

In This Topic
    SetRenderTargets Method
    In This Topic
    Binds a depth stencil view and a render target view to the output-merger stage keeping existing unordered access views bindings.
    Overload List
    OverloadDescription
    Binds a depth stencil view and a render target view to the output-merger stage keeping existing unordered access views bindings.  
    Binds a render target view to the output-merger stage keeping existing unordered access views bindings.  
    Binds a depth stencil view and a render target view to the output-merger stage keeping existing unordered access views bindings.  
    void ID3D11DeviceContext::OMSetRenderTargets([In] unsigned int NumViews,[In] const void** ppRenderTargetViews,[In, Optional] ID3D11DepthStencilView* pDepthStencilView)  
    See Also