-- 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 extension is available. gl_SGIX_ir_instrument1 :: Bool gl_SGIX_ir_instrument1 = member "GL_SGIX_ir_instrument1" extensions {-# NOINLINE gl_SGIX_ir_instrument1 #-} pattern GL_IR_INSTRUMENT1_SGIX = 0x817F