Esempio n. 1
0
 /// <summary>
 /// Finishes a deffered command list.
 /// </summary>
 /// <returns>A deferred command list.</returns>
 public ICommandList FinishCommandList()
 {
     return(new CommandList(NativeDeviceContext.FinishCommandList(false)));
 }