Error throws this method is unknown "Void SharpDX.DXGI.SwapChain.Present(Int32, SharpDX.DXGI.PresentFlags)". See DirectXComponent line 160 ``` protected virtual void EndRender() { _swapChain.Present(1, PresentFlags.None); } ```
Error throws this method is unknown "Void SharpDX.DXGI.SwapChain.Present(Int32, SharpDX.DXGI.PresentFlags)".
See DirectXComponent line 160