{-# LANGUAGE CPP, ScopedTypeVariables, PatternSynonyms #-}
module Graphics.GL.Ext.NV.VertexProgram2Option (
gl_NV_vertex_program2_option
, pattern GL_MAX_PROGRAM_CALL_DEPTH_NV
, pattern GL_MAX_PROGRAM_EXEC_INSTRUCTIONS_NV
) where
import Data.Set
import Graphics.GL.Internal.Proc
import Graphics.GL.Internal.Shared
gl_NV_vertex_program2_option :: Bool
gl_NV_vertex_program2_option :: Bool
gl_NV_vertex_program2_option = [Char] -> Set [Char] -> Bool
forall a. Ord a => a -> Set a -> Bool
member "GL_NV_vertex_program2_option" Set [Char]
extensions
{-# NOINLINE gl_NV_vertex_program2_option #-}