Skip to content

Commit 6814203

Browse files
committed
fix a typo/bad merge that broke setPresentationTime
FIXES=[462533574]
1 parent 07c8b0a commit 6814203

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

filament/backend/src/opengl/platforms/PlatformEGLAndroid.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -228,9 +228,9 @@ Driver* PlatformEGLAndroid::createDriver(void* sharedContext,
228228
"eglGetNativeClientBufferANDROID"));
229229

230230
if (ext.egl.ANDROID_presentation_time) {
231-
eglGetNativeClientBufferANDROID =
232-
PFNEGLGETNATIVECLIENTBUFFERANDROIDPROC(eglGetProcAddress(
233-
"eglGetNativeClientBufferANDROID"));
231+
eglPresentationTimeANDROID =
232+
PFNEGLPRESENTATIONTIMEANDROIDPROC(eglGetProcAddress(
233+
"eglPresentationTimeANDROID"));
234234
}
235235

236236
if (ext.egl.ANDROID_get_frame_timestamps) {

0 commit comments

Comments
 (0)