ComponentOne Bitmap for WPF
C1.WPF.DX.4.5.2 Assembly / C1.Util.DX.Direct3D11 Namespace / OutputMergerStage Class / SetRenderTargetsAndUnorderedAccessViews(Int32,IntPtr,DepthStencilView,Int32,Int32,IntPtr,IntPtr) Method

In This Topic
    SetRenderTargetsAndUnorderedAccessViews(Int32,IntPtr,DepthStencilView,Int32,Int32,IntPtr,IntPtr) Method
    In This Topic
    void ID3D11DeviceContext::OMSetRenderTargetsAndUnorderedAccessViews([In] unsigned int NumRTVs,[In, Buffer, Optional] const void** ppRenderTargetViews,[In, Optional] ID3D11DepthStencilView* pDepthStencilView,[In] unsigned int UAVStartSlot,[In] unsigned int NumUAVs,[In, Buffer, Optional] const void** ppUnorderedAccessViews,[In, Buffer, Optional] const void* pUAVInitialCounts)
    Syntax
    'Declaration
     
    Public Sub SetRenderTargetsAndUnorderedAccessViews( _
       ByVal numRTVs As Integer, _
       ByVal renderTargetViewsOut As IntPtr, _
       ByVal depthStencilViewRef As DepthStencilView, _
       ByVal uAVStartSlot As Integer, _
       ByVal numUAVs As Integer, _
       ByVal unorderedAccessViewsOut As IntPtr, _
       ByVal uAVInitialCountsRef As IntPtr _
    ) 
    public void SetRenderTargetsAndUnorderedAccessViews( 
       int numRTVs,
       IntPtr renderTargetViewsOut,
       DepthStencilView depthStencilViewRef,
       int uAVStartSlot,
       int numUAVs,
       IntPtr unorderedAccessViewsOut,
       IntPtr uAVInitialCountsRef
    )

    Parameters

    numRTVs
    renderTargetViewsOut
    depthStencilViewRef
    uAVStartSlot
    numUAVs
    unorderedAccessViewsOut
    uAVInitialCountsRef
    See Also