OpenGLRaw-2.0.0.0: src/Graphics/Rendering/OpenGL/Raw/ARB/TextureRGB10A2UI.hs
--------------------------------------------------------------------------------
-- |
-- Module : Graphics.Rendering.OpenGL.Raw.ARB.TextureRGB10A2UI
-- Copyright : (c) Sven Panne 2014
-- License : BSD3
--
-- Maintainer : Sven Panne <svenpanne@gmail.com>
-- Stability : stable
-- Portability : portable
--
-- All raw functions and tokens from the ARB_texture_rgb10_a2ui extension, see
-- <http://www.opengl.org/registry/specs/ARB/texture_rgb10_a2ui.txt>.
--
--------------------------------------------------------------------------------
module Graphics.Rendering.OpenGL.Raw.ARB.TextureRGB10A2UI (
-- * Tokens
gl_RGB10_A2UI
) where
import Graphics.Rendering.OpenGL.Raw.Tokens