gl-0.1: dist/build/autogen/Graphics/GL/Raw/Extension/EXT/RasterMultisample.hs
-- This file was automatically generated.
{-# LANGUAGE ScopedTypeVariables, PatternSynonyms #-}
module Graphics.GL.Raw.Extension.EXT.RasterMultisample (
-- * Extension Support
gl_EXT_raster_multisample
-- * GL_EXT_raster_multisample
, glRasterSamplesEXT
, pattern GL_EFFECTIVE_RASTER_SAMPLES_EXT
, pattern GL_MAX_RASTER_SAMPLES_EXT
, pattern GL_MULTISAMPLE_RASTERIZATION_ALLOWED_EXT
, pattern GL_RASTER_FIXED_SAMPLE_LOCATIONS_EXT
, pattern GL_RASTER_MULTISAMPLE_EXT
, pattern GL_RASTER_SAMPLES_EXT
) where
import Data.Set
import Graphics.GL.Raw.Internal.Proc
import Graphics.GL.Raw.Internal.Shared
gl_EXT_raster_multisample :: Bool
gl_EXT_raster_multisample = member "GL_EXT_raster_multisample" extensions