|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.lwjgl.opengl.APPLEObjectPurgeable
public final class APPLEObjectPurgeable
Field Summary | |
---|---|
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: |
Method Summary | |
---|---|
static int |
glGetObjectParameterAPPLE(int objectType,
int name,
int pname)
Overloads glGetObjectParameterivAPPLE. |
static void |
glGetObjectParameterAPPLE(int objectType,
int name,
int pname,
java.nio.IntBuffer params)
|
static int |
glObjectPurgeableAPPLE(int objectType,
int name,
int option)
|
static int |
glObjectUnpurgeableAPPLE(int objectType,
int name,
int option)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
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
Method Detail |
---|
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 glGetObjectParameterAPPLE(int objectType, int name, int pname)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |