public class MipMap extends Util
Constructor and Description |
---|
MipMap() |
Modifier and Type | Method and Description |
---|---|
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.
|
bytesPerPixel, ceil, compPerPix, cross, glGetIntegerv, nearestPower, normalize
public static int gluBuild2DMipmaps(int target, int components, int width, int height, int format, int type, java.nio.ByteBuffer data)
target
- components
- width
- height
- format
- type
- data
- 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)
format
- widthIn
- heightIn
- typein
- dataIn
- widthOut
- heightOut
- typeOut
- dataOut
- Copyright © 2002-2009 lwjgl.org. All Rights Reserved.