EGL_ANDROID_presentation_time#

Valid APIs#

EGL 1.1+

Description#

Often when rendering a sequence of images, there is some time at which each image is intended to be presented to the viewer. This extension allows this desired presentation time to be specified for each frame rendered to an EGLSurface, allowing the native window system to use it.

Example#

EGLBoolean result = eglPresentationTimeANDROID(
                        display,
                        surface,
                        time);