Package org.lwjgl.egl
Class ANDROIDRecordable
- java.lang.Object
-
- org.lwjgl.egl.ANDROIDRecordable
-
public final class ANDROIDRecordable extends java.lang.Object
Native bindings to the ANDROID_recordable extension.Android supports a number of different ANativeWindow implementations that can be used to create an EGLSurface. One implementation, which records the rendered image as a video each time eglSwapBuffers gets called, may have some device-specific restrictions. Because of this, some EGLConfigs may be incompatible with these ANativeWindows. This extension introduces a new boolean EGLConfig attribute that indicates whether the EGLConfig supports rendering to an ANativeWindow that records images to a video.
-
-
Field Summary
Fields Modifier and Type Field Description static int
EGL_RECORDABLE_ANDROID
-
-
-
Field Detail
-
EGL_RECORDABLE_ANDROID
public static final int EGL_RECORDABLE_ANDROID
- See Also:
- Constant Field Values
-
-