public final class APPLETextureRange
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
GL_STORAGE_CACHED_APPLE
Accepted by the parameters of TexParameteri, TexParameterf,
TexParameteriv, and TexParameterfv:
|
static int |
GL_STORAGE_PRIVATE_APPLE
Accepted by the parameters of TexParameteri, TexParameterf,
TexParameteriv, and TexParameterfv:
|
static int |
GL_STORAGE_SHARED_APPLE
Accepted by the parameters of TexParameteri, TexParameterf,
TexParameteriv, and TexParameterfv:
|
static int |
GL_TEXTURE_RANGE_LENGTH_APPLE
Accepted by the
|
static int |
GL_TEXTURE_RANGE_POINTER_APPLE
Accepted by the
|
static int |
GL_TEXTURE_STORAGE_HINT_APPLE
Accepted by the
|
Modifier and Type | Method and Description |
---|---|
static java.nio.Buffer |
glGetTexParameterPointervAPPLE(int target,
int pname,
long result_size) |
static void |
glTextureRangeAPPLE(int target,
java.nio.ByteBuffer pointer) |
public static final int GL_TEXTURE_STORAGE_HINT_APPLE
public static final int GL_STORAGE_PRIVATE_APPLE
public static final int GL_STORAGE_CACHED_APPLE
public static final int GL_STORAGE_SHARED_APPLE
public static final int GL_TEXTURE_RANGE_LENGTH_APPLE
public static final int GL_TEXTURE_RANGE_POINTER_APPLE
Copyright © 2002-2009 lwjgl.org. All Rights Reserved.