OpenGL-2.2.1.1: A binding for the OpenGL graphics system
Source code
Contents
Index
Graphics.Rendering.OpenGL.GLU.Mipmapping
Portability
portable
Stability
stable
Maintainer
sven.panne@aedion.de
Description
This module corresponds to chapter 3 (Mipmapping) of the GLU specs.
Documentation
scaleImage
::
Size
->
PixelData
a ->
Size
->
PixelData
b ->
IO
()
Source
build1DMipmaps
::
TextureTarget
->
PixelInternalFormat
->
GLsizei
->
PixelData
a ->
IO
()
Source
build2DMipmaps
::
TextureTarget
->
PixelInternalFormat
->
GLsizei
->
GLsizei
->
PixelData
a ->
IO
()
Source
Produced by
Haddock
version 0.8