-------------------------------------------------------------------------------- -- | -- Module : Graphics.Rendering.OpenGL.Raw.ARB.CreateContextProfile -- Copyright : (c) Sven Panne 2013 -- License : BSD3 -- -- Maintainer : Sven Panne -- Stability : stable -- Portability : portable -- -- All tokens from the ARB_create_context_profile extension, see -- . -- -------------------------------------------------------------------------------- module Graphics.Rendering.OpenGL.Raw.ARB.CreateContextProfile ( -- * Tokens gl_CONTEXT_CORE_PROFILE_BIT, gl_CONTEXT_COMPATIBILITY_PROFILE_BIT, gl_CONTEXT_PROFILE_MASK ) where import Graphics.Rendering.OpenGL.Raw.Tokens