Package org.lwjgl.egl
Class KHRMutableRenderBuffer
- java.lang.Object
-
- org.lwjgl.egl.KHRMutableRenderBuffer
-
public final class KHRMutableRenderBuffer extends java.lang.Object
Native bindings to the KHR_mutable_render_buffer extension.The aim of this extension is to allow toggling of front-buffer rendering for window surfaces after their initial creation.
This allows for implementations to switch between back-buffered and single-buffered rendering without requiring re-creation of the surface. It is not expected for toggling to be a frequent event.
This extension does not guarantee when rendering results appear on-screen. To avoid incorrect results, applications will need to use mechanisms not included in this extension to synchronize rendering with the display. This functionality is not covered by this extension, and vendors are encouraged to provide guidelines on how this is achieved on their implementation.
Requires
EGL 1.2
.
-
-
Field Summary
Fields Modifier and Type Field Description static int
EGL_MUTABLE_RENDER_BUFFER_BIT_KHR
Accepted as a new value for theSURFACE_TYPE
EGLConfig
attribute.
-
-
-
Field Detail
-
EGL_MUTABLE_RENDER_BUFFER_BIT_KHR
public static final int EGL_MUTABLE_RENDER_BUFFER_BIT_KHR
Accepted as a new value for theSURFACE_TYPE
EGLConfig
attribute.- See Also:
- Constant Field Values
-
-