{-# LANGUAGE CPP, ScopedTypeVariables, PatternSynonyms #-}
module Graphics.GL.Ext.OES.PointSprite (
gl_OES_point_sprite
, pattern GL_COORD_REPLACE_OES
, pattern GL_POINT_SPRITE_OES
) where
import Data.Set
import Graphics.GL.Internal.Proc
gl_OES_point_sprite :: Bool
gl_OES_point_sprite :: Bool
gl_OES_point_sprite = String -> Set String -> Bool
forall a. Ord a => a -> Set a -> Bool
member String
"GL_OES_point_sprite" Set String
extensions
{-# NOINLINE gl_OES_point_sprite #-}
pattern GL_COORD_REPLACE_OES :: (Eq a, Num a) => a
pattern $mGL_COORD_REPLACE_OES :: forall {r} {a}.
(Eq a, Num a) =>
a -> ((# #) -> r) -> ((# #) -> r) -> r
$bGL_COORD_REPLACE_OES :: forall a. (Eq a, Num a) => a
GL_COORD_REPLACE_OES = 0x8862
pattern GL_POINT_SPRITE_OES :: (Eq a, Num a) => a
pattern $mGL_POINT_SPRITE_OES :: forall {r} {a}.
(Eq a, Num a) =>
a -> ((# #) -> r) -> ((# #) -> r) -> r
$bGL_POINT_SPRITE_OES :: forall a. (Eq a, Num a) => a
GL_POINT_SPRITE_OES = 0x8861