public final class ANDROIDFrontBufferAutoRefresh
extends java.lang.Object
This extension is intended for latency-sensitive applications that are doing front-buffer rendering. It allows them to indicate to the Android compositor that it should perform composition every time the display refreshes. This removes the overhead of having to notify the compositor that the window surface has been updated, but it comes at the cost of doing potentially unneeded composition work if the window surface has not been updated.
| Modifier and Type | Field and Description |
|---|---|
static int |
EGL_FRONT_BUFFER_AUTO_REFRESH_ANDROID
When used as an attribute in
SurfaceAttrib, the value specifies whether to enable or disable auto-refresh in the Android compositor when doing
front-buffer rendering. |
public static final int EGL_FRONT_BUFFER_AUTO_REFRESH_ANDROID
SurfaceAttrib, the value specifies whether to enable or disable auto-refresh in the Android compositor when doing
front-buffer rendering.Copyright LWJGL. All Rights Reserved. License terms.