{-# LANGUAGE PatternSynonyms #-} -------------------------------------------------------------------------------- -- | -- Module : Graphics.GL.KHR.ContextFlushControl -- Copyright : (c) Sven Panne 2018 -- License : BSD3 -- -- Maintainer : Sven Panne -- Stability : stable -- Portability : portable -- -------------------------------------------------------------------------------- module Graphics.GL.KHR.ContextFlushControl ( -- * Extension Support glGetKHRContextFlushControl, gl_KHR_context_flush_control, -- * Enums pattern GL_CONTEXT_RELEASE_BEHAVIOR, pattern GL_CONTEXT_RELEASE_BEHAVIOR_FLUSH, pattern GL_NONE ) where import Graphics.GL.ExtensionPredicates import Graphics.GL.Tokens