-------------------------------------------------------------------------------- -- | -- 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 ( gl_RGB10_A2UI ) where import Graphics.Rendering.OpenGL.Raw.Core31.Types -------------------------------------------------------------------------------- gl_RGB10_A2UI :: GLenum gl_RGB10_A2UI = 0x906F