{-# LANGUAGE CPP, ScopedTypeVariables, PatternSynonyms #-}
module Graphics.GL.Ext.NV.ShaderNoperspectiveInterpolation (
gl_NV_shader_noperspective_interpolation
) where
import Data.Set
import Graphics.GL.Internal.Proc
gl_NV_shader_noperspective_interpolation :: Bool
gl_NV_shader_noperspective_interpolation :: Bool
gl_NV_shader_noperspective_interpolation = String -> Set String -> Bool
forall a. Ord a => a -> Set a -> Bool
member String
"GL_NV_shader_noperspective_interpolation" Set String
extensions
{-# NOINLINE gl_NV_shader_noperspective_interpolation #-}