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