public final class APPLEObjectPurgeable
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
GL_BUFFER_OBJECT_APPLE
Accepted by the <objectType> parameters of ObjectPurgeableAPPLE,
ObjectUnpurgeableAPPLE and GetObjectParameteriv:
|
static int |
GL_PURGEABLE_APPLE
Accepted by the <pname> parameters of GetObjectParameteriv:
|
static int |
GL_RELEASED_APPLE
Accepted by the <option> parameter of ObjectPurgeable, and returned
by ObjectPurgeable:
|
static int |
GL_RETAINED_APPLE
Accepted by the <option> parameters of ObjectUnpurgeable, and
returned by ObjectUnpurgeable:
|
static int |
GL_UNDEFINED_APPLE
Accepted by the <option> parameters of ObjectUnpurgeable, and
returned by ObjectUnpurgeable:
|
static int |
GL_VOLATILE_APPLE
Accepted by the <option> parameter of ObjectPurgeable, and returned
by ObjectPurgeable:
|
Modifier and Type | Method and Description |
---|---|
static void |
glGetObjectParameterAPPLE(int objectType,
int name,
int pname,
java.nio.IntBuffer params) |
static int |
glGetObjectParameteriAPPLE(int objectType,
int name,
int pname)
Overloads glGetObjectParameterivAPPLE.
|
static int |
glObjectPurgeableAPPLE(int objectType,
int name,
int option) |
static int |
glObjectUnpurgeableAPPLE(int objectType,
int name,
int option) |
public static final int GL_RELEASED_APPLE
public static final int GL_VOLATILE_APPLE
public static final int GL_RETAINED_APPLE
public static final int GL_UNDEFINED_APPLE
public static final int GL_PURGEABLE_APPLE
public static final int GL_BUFFER_OBJECT_APPLE
public static int glObjectPurgeableAPPLE(int objectType, int name, int option)
public static int glObjectUnpurgeableAPPLE(int objectType, int name, int option)
public static void glGetObjectParameterAPPLE(int objectType, int name, int pname, java.nio.IntBuffer params)
public static int glGetObjectParameteriAPPLE(int objectType, int name, int pname)
Copyright © 2002-2009 lwjgl.org. All Rights Reserved.