gl-0.9.1: generated-src/Graphics/GL/Ext/NV/FragmentShaderInterlock.hs
-- This file was automatically generated.
{-# LANGUAGE CPP, ScopedTypeVariables, PatternSynonyms #-}
module Graphics.GL.Ext.NV.FragmentShaderInterlock (
-- * Extension Support
gl_NV_fragment_shader_interlock
) where
import Data.Set
import Graphics.GL.Internal.Proc
-- | Checks that the <https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/NV/fragment_shader_interlock.txt GL_NV_fragment_shader_interlock> extension is available.
gl_NV_fragment_shader_interlock :: Bool
gl_NV_fragment_shader_interlock = member "GL_NV_fragment_shader_interlock" extensions
{-# NOINLINE gl_NV_fragment_shader_interlock #-}