{-# LANGUAGE PatternSynonyms #-}
module Graphics.GL.ARB.Multisample (
glGetARBMultisample,
gl_ARB_multisample,
pattern GL_MULTISAMPLE_ARB,
pattern GL_MULTISAMPLE_BIT_ARB,
pattern GL_SAMPLES_ARB,
pattern GL_SAMPLE_ALPHA_TO_COVERAGE_ARB,
pattern GL_SAMPLE_ALPHA_TO_ONE_ARB,
pattern GL_SAMPLE_BUFFERS_ARB,
pattern GL_SAMPLE_COVERAGE_ARB,
pattern GL_SAMPLE_COVERAGE_INVERT_ARB,
pattern GL_SAMPLE_COVERAGE_VALUE_ARB,
glSampleCoverageARB
) where
import Graphics.GL.ExtensionPredicates
import Graphics.GL.Tokens
import Graphics.GL.Functions