gl-0.1: 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
import Graphics.GL.Raw.Types
gl_3DFX_multisample :: Bool
gl_3DFX_multisample = member "GL_3DFX_multisample" extensions
pattern GL_MULTISAMPLE_3DFX = 0x86B2 :: GLenum
pattern GL_MULTISAMPLE_BIT_3DFX = 0x20000000 :: GLenum
pattern GL_SAMPLES_3DFX = 0x86B4 :: GLenum
pattern GL_SAMPLE_BUFFERS_3DFX = 0x86B3 :: GLenum