| ||||||||
| ||||||||
Description | ||||||||
This module corresponds to section 3.8.12 (Texture Objects) of the OpenGL 2.1 specs. | ||||||||
Documentation | ||||||||
newtype TextureObject | ||||||||
| ||||||||
textureBinding :: TextureTarget -> StateVar (Maybe TextureObject) | ||||||||
textureResident :: TextureTarget -> GettableStateVar Bool | ||||||||
areTexturesResident :: [TextureObject] -> IO ([TextureObject], [TextureObject]) | ||||||||
type TexturePriority = GLclampf | ||||||||
texturePriority :: TextureTarget -> StateVar TexturePriority | ||||||||
prioritizeTextures :: [(TextureObject, TexturePriority)] -> IO () | ||||||||
Produced by Haddock version 0.8 |