OpenGLRaw-3.3.2.0: src/Graphics/GL/ARB/SeamlessCubemapPerTexture.hs
{-# LANGUAGE PatternSynonyms #-}
--------------------------------------------------------------------------------
-- |
-- Module : Graphics.GL.ARB.SeamlessCubemapPerTexture
-- Copyright : (c) Sven Panne 2019
-- License : BSD3
--
-- Maintainer : Sven Panne <svenpanne@gmail.com>
-- Stability : stable
-- Portability : portable
--
--------------------------------------------------------------------------------
module Graphics.GL.ARB.SeamlessCubemapPerTexture (
-- * Extension Support
glGetARBSeamlessCubemapPerTexture,
gl_ARB_seamless_cubemap_per_texture,
-- * Enums
pattern GL_TEXTURE_CUBE_MAP_SEAMLESS
) where
import Graphics.GL.ExtensionPredicates
import Graphics.GL.Tokens