Package org.lwjgl.egl

Class ANDROIDRecordable

java.lang.Object
org.lwjgl.egl.ANDROIDRecordable

public final class ANDROIDRecordable extends 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 Details

    • EGL_RECORDABLE_ANDROID

      public static final int EGL_RECORDABLE_ANDROID
      See Also: