org.lwjgl.opengl.GLXEXTBufferAge Maven / Gradle / Ivy
/*
* Copyright LWJGL. All rights reserved.
* License terms: https://www.lwjgl.org/license
* MACHINE GENERATED FILE, DO NOT EDIT
*/
package org.lwjgl.opengl;
/**
* 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 {@link GLX14 GLX 1.4}.
*/
public final class GLXEXTBufferAge {
/** Accepted by {@link GLX13#glXQueryDrawable QueryDrawable}. */
public static final int GLX_BACK_BUFFER_AGE_EXT = 0x20F4;
private GLXEXTBufferAge() {}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy