Package org.lwjgl.egl
Class EXTBindToFront
- java.lang.Object
-
- org.lwjgl.egl.EXTBindToFront
-
public final class EXTBindToFront extends java.lang.ObjectNative 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_EXTis used to denote reading the textures data from the front buffer of a double buffered Pbuffer.Requires
EGL 1.2.
-
-
Field Summary
Fields Modifier and Type Field Description static intEGL_FRONT_BUFFER_EXTUsed to denote reading the textures data from the front buffer of a double buffered Pbuffer.
-
-
-
Field Detail
-
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:
- Constant Field Values
-
-