OpenGLRaw-2.1.0.0: src/Graphics/Rendering/OpenGL/Raw/SGIX/VertexPreclip.hs
--------------------------------------------------------------------------------
-- |
-- Module : Graphics.Rendering.OpenGL.Raw.SGIX.VertexPreclip
-- Copyright : (c) Sven Panne 2015
-- License : BSD3
--
-- Maintainer : Sven Panne <svenpanne@gmail.com>
-- Stability : stable
-- Portability : portable
--
-- The <https://www.opengl.org/registry/specs/SGIX/vertex_preclip.txt SGIX_vertex_preclip> extension.
--
--------------------------------------------------------------------------------
module Graphics.Rendering.OpenGL.Raw.SGIX.VertexPreclip (
-- * Enums
gl_VERTEX_PRECLIP_HINT_SGIX,
gl_VERTEX_PRECLIP_SGIX
) where
import Graphics.Rendering.OpenGL.Raw.Tokens