-- This file was automatically generated.
{-# LANGUAGE CPP, ScopedTypeVariables, PatternSynonyms #-}
module Graphics.GL.Ext.SGIX.IrInstrument1 (
  -- * Extension Support
    gl_SGIX_ir_instrument1

  -- * GL_SGIX_ir_instrument1
  , pattern GL_IR_INSTRUMENT1_SGIX
) where

import Data.Set
import Graphics.GL.Internal.Proc

-- | Checks that the <https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/SGIX/ir_instrument1.txt GL_SGIX_ir_instrument1> extension is available.

gl_SGIX_ir_instrument1 :: Bool
gl_SGIX_ir_instrument1 :: Bool
gl_SGIX_ir_instrument1 = String -> Set String -> Bool
forall a. Ord a => a -> Set a -> Bool
member String
"GL_SGIX_ir_instrument1" Set String
extensions
{-# NOINLINE gl_SGIX_ir_instrument1 #-}

pattern GL_IR_INSTRUMENT1_SGIX  :: (Eq a, Num a) => a

pattern $mGL_IR_INSTRUMENT1_SGIX :: forall {r} {a}.
(Eq a, Num a) =>
a -> ((# #) -> r) -> ((# #) -> r) -> r
$bGL_IR_INSTRUMENT1_SGIX :: forall a. (Eq a, Num a) => a
GL_IR_INSTRUMENT1_SGIX = 0x817F