Package org.lwjgl.opengl
Class GLXEXTBufferAge
- java.lang.Object
-
- org.lwjgl.opengl.GLXEXTBufferAge
-
public final class GLXEXTBufferAge extends java.lang.Object
Native bindings to the GLX_EXT_buffer_age extension.The aim of this extension is to expose enough information to applications about how the driver manages the set of front and back buffers associated with a given surface to allow applications to re-use the contents of old frames and minimize how much must be redrawn for the next frame.
Requires
GLX 1.4
.
-
-
Field Summary
Fields Modifier and Type Field and Description static int
GLX_BACK_BUFFER_AGE_EXT
Accepted byQueryDrawable
.
-
-
-
Field Detail
-
GLX_BACK_BUFFER_AGE_EXT
public static final int GLX_BACK_BUFFER_AGE_EXT
Accepted byQueryDrawable
.- See Also:
- Constant Field Values
-
-