{-# LANGUAGE CPP, ScopedTypeVariables, PatternSynonyms #-}
module Graphics.GL.Ext.ARB.SeamlessCubeMap (
gl_ARB_seamless_cube_map
, pattern GL_TEXTURE_CUBE_MAP_SEAMLESS
) where
import Data.Set
import Graphics.GL.Internal.Proc
import Graphics.GL.Internal.Shared
gl_ARB_seamless_cube_map :: Bool
gl_ARB_seamless_cube_map :: Bool
gl_ARB_seamless_cube_map = String -> Set String -> Bool
forall a. Ord a => a -> Set a -> Bool
member String
"GL_ARB_seamless_cube_map" Set String
extensions
{-# NOINLINE gl_ARB_seamless_cube_map #-}