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