-- This file was automatically generated. {-# LANGUAGE CPP, ScopedTypeVariables, PatternSynonyms #-} module Graphics.GL.Ext.ARB.DerivativeControl ( -- * Extension Support gl_ARB_derivative_control ) where import Data.Set import Graphics.GL.Internal.Proc -- | Checks that the extension is available. gl_ARB_derivative_control :: Bool gl_ARB_derivative_control = member "GL_ARB_derivative_control" extensions {-# NOINLINE gl_ARB_derivative_control #-}