.. wxPython Phoenix documentation This file was generated by Phoenix's sphinx generator and associated tools, do not edit by hand. Copyright: (c) 2011-2025 by Total Control Software License: wxWindows License .. include:: headings.inc .. _wx.glcanvas.GLCanvas.SwapInterval: ========================================================================================================================================== |phoenix_title| **wx.glcanvas.GLCanvas.SwapInterval** ========================================================================================================================================== The `SwapInterval` enumeration provides the following values: ================================================================================ ================================================================================ **Description** **Value** ================================================================================ ================================================================================ NotSet :meth:`SetSwapInterval` failed to set the requested swap interval. Set :meth:`SetSwapInterval` successfully set the requested swap interval. NonAdaptive :meth:`SetSwapInterval` failed to enable adaptive VSync but successfully enabled standard VSync instead. ================================================================================ ================================================================================ |