gl-0.4: dist/build/autogen/Graphics/GL/Raw/Extension/EXT/ShaderIntegerMix.hs
-- This file was automatically generated.
{-# LANGUAGE ScopedTypeVariables, PatternSynonyms #-}
module Graphics.GL.Raw.Extension.EXT.ShaderIntegerMix (
-- * Extension Support
gl_EXT_shader_integer_mix
) where
import Data.Set
import Graphics.GL.Raw.Internal.Proc
-- | Checks that the <https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/EXT/shader_integer_mix.txt GL_EXT_shader_integer_mix> extension is available.
gl_EXT_shader_integer_mix :: Bool
gl_EXT_shader_integer_mix = member "GL_EXT_shader_integer_mix" extensions
{-# NOINLINE gl_EXT_shader_integer_mix #-}