{-# LANGUAGE CPP, ScopedTypeVariables, PatternSynonyms #-}
module Graphics.GL.Ext.OES.TextureHalfFloatLinear (
gl_OES_texture_half_float_linear
) where
import Data.Set
import Graphics.GL.Internal.Proc
gl_OES_texture_half_float_linear :: Bool
gl_OES_texture_half_float_linear :: Bool
gl_OES_texture_half_float_linear = String -> Set String -> Bool
forall a. Ord a => a -> Set a -> Bool
member String
"GL_OES_texture_half_float_linear" Set String
extensions
{-# NOINLINE gl_OES_texture_half_float_linear #-}