org.lwjgl.util.glu
Class MipMap

java.lang.Object
  extended by org.lwjgl.util.glu.Util
      extended by org.lwjgl.util.glu.MipMap

public class MipMap
extends Util

MipMap.java Created 11-jan-2004

Author:
Erik Duijs

Constructor Summary
MipMap()
           
 
Method Summary
static int gluBuild2DMipmaps(int target, int components, int width, int height, int format, int type, java.nio.ByteBuffer data)
          Method gluBuild2DMipmaps
static int gluScaleImage(int format, int widthIn, int heightIn, int typein, java.nio.ByteBuffer dataIn, int widthOut, int heightOut, int typeOut, java.nio.ByteBuffer dataOut)
          Method gluScaleImage.
 
Methods inherited from class org.lwjgl.util.glu.Util
bytesPerPixel, ceil, compPerPix, cross, glGetIntegerv, nearestPower, normalize
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MipMap

public MipMap()
Method Detail

gluBuild2DMipmaps

public static int gluBuild2DMipmaps(int target,
                                    int components,
                                    int width,
                                    int height,
                                    int format,
                                    int type,
                                    java.nio.ByteBuffer data)
Method gluBuild2DMipmaps

Parameters:
target -
components -
width -
height -
format -
type -
data -
Returns:
int

gluScaleImage

public static int gluScaleImage(int format,
                                int widthIn,
                                int heightIn,
                                int typein,
                                java.nio.ByteBuffer dataIn,
                                int widthOut,
                                int heightOut,
                                int typeOut,
                                java.nio.ByteBuffer dataOut)
Method gluScaleImage.

Parameters:
format -
widthIn -
heightIn -
typein -
dataIn -
widthOut -
heightOut -
typeOut -
dataOut -
Returns:
int


Copyright © 2002-2009 lwjgl.org. All Rights Reserved.