gl-0.9: generated-src/Graphics/GL/Ext/OES/TextureHalfFloat.hs
-- This file was automatically generated.
{-# LANGUAGE CPP, ScopedTypeVariables, PatternSynonyms #-}
module Graphics.GL.Ext.OES.TextureHalfFloat (
-- * Extension Support
gl_OES_texture_half_float
-- * GL_OES_texture_half_float
, pattern GL_HALF_FLOAT_OES
) where
import Data.Set
import Graphics.GL.Internal.Proc
import Graphics.GL.Internal.Shared
-- | Checks that the <https://www.khronos.org/registry/gles/extensions/OES/OES_texture_half_float.txt GL_OES_texture_half_float> extension is available.
gl_OES_texture_half_float :: Bool
gl_OES_texture_half_float = member "GL_OES_texture_half_float" extensions
{-# NOINLINE gl_OES_texture_half_float #-}