OpenGLRaw-2.5.1.0: src/Graphics/Rendering/OpenGL/Raw/SGIX/PixelTexture.hs
--------------------------------------------------------------------------------
-- |
-- Module : Graphics.Rendering.OpenGL.Raw.SGIX.PixelTexture
-- 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/sgix_pixel_texture.txt SGIX_pixel_texture> extension.
--
--------------------------------------------------------------------------------
module Graphics.Rendering.OpenGL.Raw.SGIX.PixelTexture (
-- * Enums
gl_PIXEL_TEX_GEN_MODE_SGIX,
gl_PIXEL_TEX_GEN_SGIX,
-- * Functions
glPixelTexGenSGIX
) where
import Graphics.Rendering.OpenGL.Raw.Tokens
import Graphics.Rendering.OpenGL.Raw.Functions