Example #1
0
 internal void ExecuteCommandList(CommandList commandListRef, RawBool restoreContextState)
 {
     m_deviceContext.ExecuteCommandList(commandListRef, restoreContextState);
     CheckErrors();
 }