OpenGLRaw-3.3.0.0: src/Graphics/GL/KHR/ContextFlushControl.hs
{-# LANGUAGE PatternSynonyms #-}
--------------------------------------------------------------------------------
-- |
-- Module : Graphics.GL.KHR.ContextFlushControl
-- Copyright : (c) Sven Panne 2018
-- License : BSD3
--
-- Maintainer : Sven Panne <svenpanne@gmail.com>
-- 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