backBufferField.SetValue(swapChainRT, null); } } } #endregion #region Paint Expand Down Expand Up @@ -181,9 +188,6 @@ string BeginDraw() return deviceResetError; } //设置当前rt GraphicsDevice.SetRenderTarget(swapChainRT); // Many GraphicsDeviceControl instances can be sharing the same /...