-------------------------------------------------------------------------------- -- | -- Module : Graphics.Rendering.OpenGL.Raw.KHR.ContextFlushControl -- Copyright : (c) Sven Panne 2015 -- License : BSD3 -- -- Maintainer : Sven Panne -- Stability : stable -- Portability : portable -- -- The extension. -- -------------------------------------------------------------------------------- module Graphics.Rendering.OpenGL.Raw.KHR.ContextFlushControl ( -- * Enums gl_CONTEXT_RELEASE_BEHAVIOR, gl_CONTEXT_RELEASE_BEHAVIOR_FLUSH, gl_NONE ) where import Graphics.Rendering.OpenGL.Raw.Tokens