ComponentOne Bitmap for UWP
ExecuteCommandList Method

C1.UWP.DX Assembly > C1.Util.DX.Direct3D11 Namespace > DeviceContext Class : ExecuteCommandList Method
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

Reference

DeviceContext Class
DeviceContext Members