-- This file was automatically generated. {-# LANGUAGE CPP, ScopedTypeVariables, PatternSynonyms #-} module Graphics.GL.Ext.NV.ShaderNoperspectiveInterpolation ( -- * Extension Support gl_NV_shader_noperspective_interpolation ) where import Data.Set import Graphics.GL.Internal.Proc -- | Checks that the GL_NV_shader_noperspective_interpolation extension is available. gl_NV_shader_noperspective_interpolation :: Bool gl_NV_shader_noperspective_interpolation = member "GL_NV_shader_noperspective_interpolation" extensions {-# NOINLINE gl_NV_shader_noperspective_interpolation #-}