Package org.lwjgl.opengl
Class APPLEObjectPurgeable
- java.lang.Object
-
- org.lwjgl.opengl.APPLEObjectPurgeable
-
public final class APPLEObjectPurgeable extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static intGL_BUFFER_OBJECT_APPLEAccepted by the <objectType> parameters of ObjectPurgeableAPPLE, ObjectUnpurgeableAPPLE and GetObjectParameteriv:static intGL_PURGEABLE_APPLEAccepted by the <pname> parameters of GetObjectParameteriv:static intGL_RELEASED_APPLEAccepted by the <option> parameter of ObjectPurgeable, and returned by ObjectPurgeable:static intGL_RETAINED_APPLEAccepted by the <option> parameters of ObjectUnpurgeable, and returned by ObjectUnpurgeable:static intGL_UNDEFINED_APPLEAccepted by the <option> parameters of ObjectUnpurgeable, and returned by ObjectUnpurgeable:static intGL_VOLATILE_APPLEAccepted by the <option> parameter of ObjectPurgeable, and returned by ObjectPurgeable:
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidglGetObjectParameterAPPLE(int objectType, int name, int pname, IntBuffer params)static intglGetObjectParameteriAPPLE(int objectType, int name, int pname)Overloads glGetObjectParameterivAPPLE.static intglObjectPurgeableAPPLE(int objectType, int name, int option)static intglObjectUnpurgeableAPPLE(int objectType, int name, int option)
-
-
-
Field Detail
-
GL_RELEASED_APPLE
public static final int GL_RELEASED_APPLE
Accepted by the <option> parameter of ObjectPurgeable, and returned by ObjectPurgeable:- See Also:
- Constant Field Values
-
GL_VOLATILE_APPLE
public static final int GL_VOLATILE_APPLE
Accepted by the <option> parameter of ObjectPurgeable, and returned by ObjectPurgeable:- See Also:
- Constant Field Values
-
GL_RETAINED_APPLE
public static final int GL_RETAINED_APPLE
Accepted by the <option> parameters of ObjectUnpurgeable, and returned by ObjectUnpurgeable:- See Also:
- Constant Field Values
-
GL_UNDEFINED_APPLE
public static final int GL_UNDEFINED_APPLE
Accepted by the <option> parameters of ObjectUnpurgeable, and returned by ObjectUnpurgeable:- See Also:
- Constant Field Values
-
GL_PURGEABLE_APPLE
public static final int GL_PURGEABLE_APPLE
Accepted by the <pname> parameters of GetObjectParameteriv:- See Also:
- Constant Field Values
-
GL_BUFFER_OBJECT_APPLE
public static final int GL_BUFFER_OBJECT_APPLE
Accepted by the <objectType> parameters of ObjectPurgeableAPPLE, ObjectUnpurgeableAPPLE and GetObjectParameteriv:- See Also:
- Constant Field Values
-
-
Method Detail
-
glObjectPurgeableAPPLE
public static int glObjectPurgeableAPPLE(int objectType, int name, int option)
-
glObjectUnpurgeableAPPLE
public static int glObjectUnpurgeableAPPLE(int objectType, int name, int option)
-
glGetObjectParameterAPPLE
public static void glGetObjectParameterAPPLE(int objectType, int name, int pname, IntBuffer params)
-
glGetObjectParameteriAPPLE
public static int glGetObjectParameteriAPPLE(int objectType, int name, int pname)Overloads glGetObjectParameterivAPPLE.
-
-