Portability | portable |
---|---|
Stability | stable |
Maintainer | [email protected] |
Safe Haskell | None |
Graphics.Rendering.OpenGL.GL.Texturing.TextureUnit
Description
This is a purely internal module for (un-)marshaling TextureUnit.
- newtype TextureUnit = TextureUnit GLuint
- marshalTextureUnit :: TextureUnit -> GLenum
- unmarshalTextureUnit :: GLenum -> TextureUnit
Documentation
newtype TextureUnit Source
Identifies a texture unit via its number, which must be in the range of
(0 .. maxTextureUnit
).
Constructors
TextureUnit GLuint |