Package org.lwjgl.egl

Class EXTBindToFront

java.lang.Object
org.lwjgl.egl.EXTBindToFront

public final class EXTBindToFront extends Object
Native bindings to the EXT_bind_to_front extension.

This extension allows for using double buffered Pbuffers for rendering to textures, by allowing a new enumeration to be used in BindTexImage. FRONT_BUFFER_EXT is used to denote reading the textures data from the front buffer of a double buffered Pbuffer.

Requires EGL 1.2.

  • Field Details

    • EGL_FRONT_BUFFER_EXT

      public static final int EGL_FRONT_BUFFER_EXT
      Used to denote reading the textures data from the front buffer of a double buffered Pbuffer.
      See Also: