public class MipMap extends Util
| Constructor | Description |
|---|---|
MipMap() |
| Modifier and Type | Method | Description |
|---|---|---|
static int |
gluBuild2DMipmaps(int target,
int components,
int width,
int height,
int format,
int type,
ByteBuffer data) |
Method gluBuild2DMipmaps
|
static int |
gluScaleImage(int format,
int widthIn,
int heightIn,
int typein,
ByteBuffer dataIn,
int widthOut,
int heightOut,
int typeOut,
ByteBuffer dataOut) |
Method gluScaleImage.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitbytesPerPixel, ceil, compPerPix, cross, glGetIntegerv, nearestPower, normalizepublic static int gluBuild2DMipmaps(int target,
int components,
int width,
int height,
int format,
int type,
ByteBuffer data)
target - components - width - height - format - type - data - public static int gluScaleImage(int format,
int widthIn,
int heightIn,
int typein,
ByteBuffer dataIn,
int widthOut,
int heightOut,
int typeOut,
ByteBuffer dataOut)
format - widthIn - heightIn - typein - dataIn - widthOut - heightOut - typeOut - dataOut - Copyright © 2002-2009 lwjgl.org. All Rights Reserved.