Portability | portable |
---|---|
Stability | provisional |
Maintainer | [email protected] |
Graphics.Rendering.OpenGL.GL.Texturing.Objects
Description
This module corresponds to section 3.8.12 (Texture Objects) of the OpenGL 1.5 specs.
Documentation
newtype TextureObject Source
Constructors
TextureObject GLuint |
areTexturesResident :: [TextureObject] -> IO ([TextureObject], [TextureObject])Source
type TexturePriority = GLclampfSource
prioritizeTextures :: [(TextureObject, TexturePriority)] -> IO ()Source