OpenGL-3.0.2.0: A binding for the OpenGL graphics system

Copyright(c) Sven Panne 2002-2016
LicenseBSD3
MaintainerSven Panne <svenpanne@gmail.com>
Stabilitystable
Portabilityportable
Safe HaskellNone
LanguageHaskell2010

Graphics.Rendering.OpenGL.GLU.Mipmapping

Description

This module corresponds to chapter 3 (Mipmapping) of the GLU specs.

Documentation

scaleImage :: Size -> PixelData a -> Size -> PixelData b -> IO () #