com.jogamp.opengl.impl.glu.mipmap
Class BuildMipmap
java.lang.Object
com.jogamp.opengl.impl.glu.mipmap.BuildMipmap
public class BuildMipmap
- extends Object
- Author:
- Administrator
Constructor Summary |
BuildMipmap()
Creates a new instance of BuildMipmap |
Method Summary |
static int |
bitmapBuild2DMipmaps(GL gl,
int target,
int internalFormat,
int width,
int height,
int format,
int type,
ByteBuffer data)
|
static int |
fastBuild2DMipmaps(GL gl,
PixelStorageModes psm,
int target,
int components,
int width,
int height,
int format,
int type,
ByteBuffer data)
|
static int |
gluBuild1DMipmapLevelsCore(GL gl,
int target,
int internalFormat,
int width,
int widthPowerOf2,
int format,
int type,
int userLevel,
int baseLevel,
int maxLevel,
ByteBuffer data)
|
static int |
gluBuild2DMipmapLevelsCore(GL gl,
int target,
int internalFormat,
int width,
int height,
int widthPowerOf2,
int heightPowerOf2,
int format,
int type,
int userLevel,
int baseLevel,
int maxLevel,
ByteBuffer data)
|
static int |
gluBuild3DMipmapLevelsCore(GL gl,
int target,
int internalFormat,
int width,
int height,
int depth,
int widthPowerOf2,
int heightPowerOf2,
int depthPowerOf2,
int format,
int type,
int userLevel,
int baseLevel,
int maxLevel,
ByteBuffer data)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BuildMipmap
public BuildMipmap()
- Creates a new instance of BuildMipmap
gluBuild1DMipmapLevelsCore
public static int gluBuild1DMipmapLevelsCore(GL gl,
int target,
int internalFormat,
int width,
int widthPowerOf2,
int format,
int type,
int userLevel,
int baseLevel,
int maxLevel,
ByteBuffer data)
bitmapBuild2DMipmaps
public static int bitmapBuild2DMipmaps(GL gl,
int target,
int internalFormat,
int width,
int height,
int format,
int type,
ByteBuffer data)
gluBuild2DMipmapLevelsCore
public static int gluBuild2DMipmapLevelsCore(GL gl,
int target,
int internalFormat,
int width,
int height,
int widthPowerOf2,
int heightPowerOf2,
int format,
int type,
int userLevel,
int baseLevel,
int maxLevel,
ByteBuffer data)
fastBuild2DMipmaps
public static int fastBuild2DMipmaps(GL gl,
PixelStorageModes psm,
int target,
int components,
int width,
int height,
int format,
int type,
ByteBuffer data)
gluBuild3DMipmapLevelsCore
public static int gluBuild3DMipmapLevelsCore(GL gl,
int target,
int internalFormat,
int width,
int height,
int depth,
int widthPowerOf2,
int heightPowerOf2,
int depthPowerOf2,
int format,
int type,
int userLevel,
int baseLevel,
int maxLevel,
ByteBuffer data)
Copyright 2010 JogAmp Community.