Package org.lwjgl.opengl
Class ATIMeminfo
java.lang.Object
org.lwjgl.opengl.ATIMeminfo
Native bindings to the ATI_meminfo extension.
Traditionally, OpenGL has treated resource management as a task of hardware virtualization hidden from applications. While providing great portability, this shielding of information can prevent applications from making intelligent decisions on the management of resources they create. For instance, an application may be better served by choosing a different rendering method if there is not sufficient resources to efficiently utilize its preferred method.
Requires OpenGL 1.1
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intAccepted by theparamparameter of GetIntegerv.static final intAccepted by theparamparameter of GetIntegerv.static final intAccepted by theparamparameter of GetIntegerv. -
Method Summary
-
Field Details
-
GL_VBO_FREE_MEMORY_ATI
public static final int GL_VBO_FREE_MEMORY_ATIAccepted by theparamparameter of GetIntegerv.- See Also:
-
GL_TEXTURE_FREE_MEMORY_ATI
public static final int GL_TEXTURE_FREE_MEMORY_ATIAccepted by theparamparameter of GetIntegerv.- See Also:
-
GL_RENDERBUFFER_FREE_MEMORY_ATI
public static final int GL_RENDERBUFFER_FREE_MEMORY_ATIAccepted by theparamparameter of GetIntegerv.- See Also:
-