gl-0.3: dist/build/autogen/Graphics/GL/Raw/Extension/ThreeDFX/Multisample.hs
-- This file was automatically generated.
{-# LANGUAGE ScopedTypeVariables, PatternSynonyms #-}
module Graphics.GL.Raw.Extension.ThreeDFX.Multisample (
-- * Extension Support
gl_3DFX_multisample
-- * GL_3DFX_multisample
, pattern GL_MULTISAMPLE_3DFX
, pattern GL_MULTISAMPLE_BIT_3DFX
, pattern GL_SAMPLES_3DFX
, pattern GL_SAMPLE_BUFFERS_3DFX
) where
import Data.Set
import Graphics.GL.Raw.Internal.Proc
gl_3DFX_multisample :: Bool
gl_3DFX_multisample = member "GL_3DFX_multisample" extensions
pattern GL_MULTISAMPLE_3DFX = 0x86B2
pattern GL_MULTISAMPLE_BIT_3DFX = 0x20000000
pattern GL_SAMPLES_3DFX = 0x86B4
pattern GL_SAMPLE_BUFFERS_3DFX = 0x86B3