OpenGLRaw-1.1.0.0: src/Graphics/Rendering/OpenGL/Raw/NV/VertexProgram3.hs
--------------------------------------------------------------------------------
-- |
-- Module : Graphics.Rendering.OpenGL.Raw.NV.VertexProgram3
-- 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_program3 extension, see
-- <http://www.opengl.org/registry/specs/NV/vertex_program3.txt>.
--
--------------------------------------------------------------------------------
module Graphics.Rendering.OpenGL.Raw.NV.VertexProgram3 (
-- * Tokens
gl_MAX_VERTEX_TEXTURE_IMAGE_UNITS
) where
import Graphics.Rendering.OpenGL.Raw.ARB.VertexShader