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