{-# LANGUAGE CPP, ScopedTypeVariables, PatternSynonyms #-}
module Graphics.GL.Ext.ARB.ExplicitUniformLocation (
gl_ARB_explicit_uniform_location
, pattern GL_MAX_UNIFORM_LOCATIONS
) where
import Data.Set
import Graphics.GL.Internal.Proc
import Graphics.GL.Internal.Shared
gl_ARB_explicit_uniform_location :: Bool
gl_ARB_explicit_uniform_location :: Bool
gl_ARB_explicit_uniform_location = [Char] -> Set [Char] -> Bool
forall a. Ord a => a -> Set a -> Bool
member "GL_ARB_explicit_uniform_location" Set [Char]
extensions
{-# NOINLINE gl_ARB_explicit_uniform_location #-}