gl-0.4: dist/build/autogen/Graphics/GL/Raw/Extension/EXT/GeometryPointSize.hs
-- This file was automatically generated.
{-# LANGUAGE ScopedTypeVariables, PatternSynonyms #-}
module Graphics.GL.Raw.Extension.EXT.GeometryPointSize (
-- * Extension Support
gl_EXT_geometry_point_size
) where
import Data.Set
import Graphics.GL.Raw.Internal.Proc
-- | Checks that the GL_EXT_geometry_point_size extension is available.
gl_EXT_geometry_point_size :: Bool
gl_EXT_geometry_point_size = member "GL_EXT_geometry_point_size" extensions
{-# NOINLINE gl_EXT_geometry_point_size #-}