{-# LANGUAGE CPP, ScopedTypeVariables, PatternSynonyms #-}
module Graphics.GL.Ext.OES.TextureHalfFloat (
gl_OES_texture_half_float
, pattern GL_HALF_FLOAT_OES
) where
import Data.Set
import Graphics.GL.Internal.Proc
import Graphics.GL.Internal.Shared
gl_OES_texture_half_float :: Bool
gl_OES_texture_half_float :: Bool
gl_OES_texture_half_float = [Char] -> Set [Char] -> Bool
forall a. Ord a => a -> Set a -> Bool
member "GL_OES_texture_half_float" Set [Char]
extensions
{-# NOINLINE gl_OES_texture_half_float #-}