{-# LANGUAGE CPP, ScopedTypeVariables, PatternSynonyms #-}
module Graphics.GL.Ext.AMD.SeamlessCubemapPerTexture (
gl_AMD_seamless_cubemap_per_texture
, pattern GL_TEXTURE_CUBE_MAP_SEAMLESS
) where
import Data.Set
import Graphics.GL.Internal.Proc
import Graphics.GL.Internal.Shared
gl_AMD_seamless_cubemap_per_texture :: Bool
gl_AMD_seamless_cubemap_per_texture :: Bool
gl_AMD_seamless_cubemap_per_texture = [Char] -> Set [Char] -> Bool
forall a. Ord a => a -> Set a -> Bool
member "GL_AMD_seamless_cubemap_per_texture" Set [Char]
extensions
{-# NOINLINE gl_AMD_seamless_cubemap_per_texture #-}