-- This file was automatically generated. {-# LANGUAGE ScopedTypeVariables, PatternSynonyms #-} module Graphics.GL.Raw.Extension.ARB.TextureEnvAdd ( -- * Extension Support gl_ARB_texture_env_add ) where import Data.Set import Graphics.GL.Raw.Internal.Proc gl_ARB_texture_env_add :: Bool gl_ARB_texture_env_add = member "GL_ARB_texture_env_add" extensions