-------------------------------------------------------------------------------- -- | -- Module : Graphics.Rendering.OpenGL.Raw.NV.VertexProgram2Option -- Copyright : (c) Sven Panne 2015 -- License : BSD3 -- -- Maintainer : Sven Panne <svenpanne@gmail.com> -- Stability : stable -- Portability : portable -- -- The <https://www.opengl.org/registry/specs/NV/vertex_program2_option.txt NV_vertex_program2_option> extension. -- -------------------------------------------------------------------------------- module Graphics.Rendering.OpenGL.Raw.NV.VertexProgram2Option ( -- * Enums gl_MAX_PROGRAM_CALL_DEPTH_NV, gl_MAX_PROGRAM_EXEC_INSTRUCTIONS_NV ) where import Graphics.Rendering.OpenGL.Raw.Tokens