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