--------------------------------------------------------------------------------
-- |
-- Module      :  Graphics.Rendering.OpenGL.Raw.SGIS.PointLineTexgen
-- Copyright   :  (c) Sven Panne 2015
-- License     :  BSD3
--
-- Maintainer  :  Sven Panne <svenpanne@gmail.com>
-- Stability   :  stable
-- Portability :  portable
--
-- The <https://www.opengl.org/registry/specs/SGIS/point_line_texgen.txt SGIS_point_line_texgen> extension.
--
--------------------------------------------------------------------------------

module Graphics.Rendering.OpenGL.Raw.SGIS.PointLineTexgen (
  -- * Enums
  gl_EYE_DISTANCE_TO_LINE_SGIS,
  gl_EYE_DISTANCE_TO_POINT_SGIS,
  gl_EYE_LINE_SGIS,
  gl_EYE_POINT_SGIS,
  gl_OBJECT_DISTANCE_TO_LINE_SGIS,
  gl_OBJECT_DISTANCE_TO_POINT_SGIS,
  gl_OBJECT_LINE_SGIS,
  gl_OBJECT_POINT_SGIS
) where

import Graphics.Rendering.OpenGL.Raw.Tokens