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