HOpenGL Libraries (OpenGL package)
Contents
Index
Graphics.Rendering.OpenGL.GLU.Mipmapping
Portability
portable
Stability
provisional
Maintainer
sven_panne@yahoo.com
Description
This module corresponds to chapter 3 (Mipmapping) of the GLU specs.
Synopsis
scaleImage
::
Size
->
PixelFormat
->
DataType
->
Ptr
a ->
Size
->
PixelFormat
->
DataType
->
Ptr
b ->
IO
()
build1DMipmaps
::
TextureTarget
->
PixelInternalFormat
->
GLsizei
->
PixelFormat
->
DataType
->
Ptr
a ->
IO
()
build2DMipmaps
::
TextureTarget
->
PixelInternalFormat
->
GLsizei
->
GLsizei
->
PixelFormat
->
DataType
->
Ptr
a ->
IO
()
Produced by
Haddock
version 0.6