{-# LANGUAGE CPP, ScopedTypeVariables, PatternSynonyms #-}
module Graphics.GL.Ext.ARB.FragmentShaderInterlock (
gl_ARB_fragment_shader_interlock
) where
import Data.Set
import Graphics.GL.Internal.Proc
gl_ARB_fragment_shader_interlock :: Bool
gl_ARB_fragment_shader_interlock :: Bool
gl_ARB_fragment_shader_interlock = String -> Set String -> Bool
forall a. Ord a => a -> Set a -> Bool
member String
"GL_ARB_fragment_shader_interlock" Set String
extensions
{-# NOINLINE gl_ARB_fragment_shader_interlock #-}