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

In This Topic
    ExecuteCommandList Method
    In This Topic
    void ID3D11DeviceContext::ExecuteCommandList([In] ID3D11CommandList* pCommandList,[In] BOOL RestoreContextState)
    Syntax
    'Declaration
     
    Public Sub ExecuteCommandList( _
       ByVal commandListRef As CommandList, _
       ByVal restoreContextState As Bool _
    ) 
    public void ExecuteCommandList( 
       CommandList commandListRef,
       Bool restoreContextState
    )

    Parameters

    commandListRef
    restoreContextState
    See Also