Package org.lwjgl.egl
Class KHRMutableRenderBuffer
java.lang.Object
org.lwjgl.egl.KHRMutableRenderBuffer
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
FieldsModifier and TypeFieldDescriptionstatic final int
Accepted as a new value for theSURFACE_TYPE
EGLConfig
attribute. -
Method Summary
-
Field Details
-
EGL_MUTABLE_RENDER_BUFFER_BIT_KHR
public static final int EGL_MUTABLE_RENDER_BUFFER_BIT_KHRAccepted as a new value for theSURFACE_TYPE
EGLConfig
attribute.- See Also:
-