OpenGL-2.9.2.0: A binding for the OpenGL graphics system

Portabilityportable
Stabilitystable
MaintainerSven Panne <svenpanne@gmail.com>
Safe HaskellNone

Graphics.Rendering.OpenGL.GL.Texturing.Parameters

Description

This module corresponds to section 3.8.4 (Texture Parameters), section 3.8.7 (Texture Wrap Mode), section 3.8.8 (Texture Minification), and section 3.8.9 (Texture Magnification) of the OpenGL 2.1 specs.

Synopsis

Documentation

generateMipmap :: ParameterizedTextureTarget t => t -> StateVar CapabilitySource

Note: OpenGL 3.1 deprecated this texture parameter, use generateMipmap' instead.