--------------------------------------------------------------------------------
-- |
-- Module      :  Graphics.Rendering.OpenGL.Raw.NV.VertexProgram2Option
-- Copyright   :  (c) Sven Panne 2009
-- License     :  BSD-style (see the file LICENSE)
--
-- Maintainer  :  sven.panne@aedion.de
-- Stability   :  stable
-- Portability :  portable
--
-- All tokens from the NV_vertex_program2_option extension, see
-- <http://www.opengl.org/registry/specs/NV/vertex_program2_option.txt>.
--
--------------------------------------------------------------------------------

module Graphics.Rendering.OpenGL.Raw.NV.VertexProgram2Option (
   -- * Tokens
   gl_MAX_PROGRAM_EXEC_INSTRUCTIONS,
   gl_MAX_PROGRAM_CALL_DEPTH
) where

import Graphics.Rendering.OpenGL.Raw.NV.FragmentProgram2