ComponentOne Bitmap for WPF
C1.WPF.DX.4.5.2 Assembly / C1.Util.DX.Direct3D11 Namespace / DeviceContext Class / FinishCommandList Method

In This Topic
    FinishCommandList Method
    In This Topic
    HRESULT ID3D11DeviceContext::FinishCommandList([In] BOOL RestoreDeferredContextState,[Out, Optional] ID3D11CommandList** ppCommandList)
    Syntax
    'Declaration
     
    Public Function FinishCommandList( _
       ByVal restoreDeferredContextState As Bool _
    ) As CommandList
    public CommandList FinishCommandList( 
       Bool restoreDeferredContextState
    )

    Parameters

    restoreDeferredContextState
    See Also