public final class APPLEObjectPurgeable extends Object
Modifier and Type | Field | 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 | Description |
---|---|---|
static void |
glGetObjectParameterAPPLE(int objectType,
int name,
int pname,
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, IntBuffer params)
public static int glGetObjectParameteriAPPLE(int objectType, int name, int pname)
Copyright © 2002-2009 lwjgl.org. All Rights Reserved.