Package org.lwjgl.opengl
Class APPLEObjectPurgeable
java.lang.Object
org.lwjgl.opengl.APPLEObjectPurgeable
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intAccepted by the <objectType> parameters of ObjectPurgeableAPPLE, ObjectUnpurgeableAPPLE and GetObjectParameteriv:static final intAccepted by the <pname> parameters of GetObjectParameteriv:static final intAccepted by the <option> parameter of ObjectPurgeable, and returned by ObjectPurgeable:static final intAccepted by the <option> parameters of ObjectUnpurgeable, and returned by ObjectUnpurgeable:static final intAccepted by the <option> parameters of ObjectUnpurgeable, and returned by ObjectUnpurgeable:static final intAccepted by the <option> parameter of ObjectPurgeable, and returned by ObjectPurgeable: -
Method Summary
Modifier and TypeMethodDescriptionstatic 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 Details
-
GL_RELEASED_APPLE
public static final int GL_RELEASED_APPLEAccepted by the <option> parameter of ObjectPurgeable, and returned by ObjectPurgeable:- See Also:
-
GL_VOLATILE_APPLE
public static final int GL_VOLATILE_APPLEAccepted by the <option> parameter of ObjectPurgeable, and returned by ObjectPurgeable:- See Also:
-
GL_RETAINED_APPLE
public static final int GL_RETAINED_APPLEAccepted by the <option> parameters of ObjectUnpurgeable, and returned by ObjectUnpurgeable:- See Also:
-
GL_UNDEFINED_APPLE
public static final int GL_UNDEFINED_APPLEAccepted by the <option> parameters of ObjectUnpurgeable, and returned by ObjectUnpurgeable:- See Also:
-
GL_PURGEABLE_APPLE
public static final int GL_PURGEABLE_APPLEAccepted by the <pname> parameters of GetObjectParameteriv:- See Also:
-
GL_BUFFER_OBJECT_APPLE
public static final int GL_BUFFER_OBJECT_APPLEAccepted by the <objectType> parameters of ObjectPurgeableAPPLE, ObjectUnpurgeableAPPLE and GetObjectParameteriv:- See Also:
-
-
Method Details
-
glObjectPurgeableAPPLE
public static int glObjectPurgeableAPPLE(int objectType, int name, int option) -
glObjectUnpurgeableAPPLE
public static int glObjectUnpurgeableAPPLE(int objectType, int name, int option) -
glGetObjectParameterAPPLE
-
glGetObjectParameteriAPPLE
public static int glGetObjectParameteriAPPLE(int objectType, int name, int pname) Overloads glGetObjectParameterivAPPLE.
-