-- This file was automatically generated.
{-# LANGUAGE ScopedTypeVariables, PatternSynonyms #-}
module Graphics.GL.Raw.Extension.OES.PointSprite (
  -- * Extension Support
    gl_OES_point_sprite

  -- * GL_OES_point_sprite
  , pattern GL_COORD_REPLACE_OES
  , pattern GL_POINT_SPRITE_OES
) where

import Data.Set
import Graphics.GL.Raw.Internal.Proc

gl_OES_point_sprite :: Bool
gl_OES_point_sprite = member "GL_OES_point_sprite" extensions

pattern GL_COORD_REPLACE_OES = 0x8862

pattern GL_POINT_SPRITE_OES = 0x8861