gl-0.4: dist/build/autogen/Graphics/GL/Raw/Extension/OES/TextureFloat.hs
-- This file was automatically generated.
{-# LANGUAGE ScopedTypeVariables, PatternSynonyms #-}
module Graphics.GL.Raw.Extension.OES.TextureFloat (
-- * Extension Support
gl_OES_texture_float
-- * GL_OES_texture_float
, pattern GL_FLOAT
) where
import Data.Set
import Graphics.GL.Raw.Internal.Proc
import Graphics.GL.Raw.Internal.Shared
-- | Checks that the GL_OES_texture_float extension is available.
gl_OES_texture_float :: Bool
gl_OES_texture_float = member "GL_OES_texture_float" extensions
{-# NOINLINE gl_OES_texture_float #-}