OpenGLRaw-2.0.0.0: src/Graphics/Rendering/OpenGL/Raw/ARB/CreateContextProfile.hs
--------------------------------------------------------------------------------
-- |
-- Module : Graphics.Rendering.OpenGL.Raw.ARB.CreateContextProfile
-- Copyright : (c) Sven Panne 2013
-- License : BSD3
--
-- Maintainer : Sven Panne <svenpanne@gmail.com>
-- Stability : stable
-- Portability : portable
--
-- All tokens from the ARB_create_context_profile extension, see
-- <http://www.opengl.org/registry/specs/ARB/create_context_profile.txt>.
--
--------------------------------------------------------------------------------
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