public final class EXTBindToFront
extends java.lang.Object
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.
| Modifier and Type | Field and Description |
|---|---|
static int |
EGL_FRONT_BUFFER_EXT
Used to denote reading the textures data from the front buffer of a double buffered Pbuffer.
|
public static final int EGL_FRONT_BUFFER_EXT
Copyright LWJGL. All Rights Reserved. License terms.