{-# 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 = String -> Set String -> Bool
forall a. Ord a => a -> Set a -> Bool
member String
"GL_OES_texture_half_float" Set String
extensions
{-# NOINLINE gl_OES_texture_half_float #-}