diff options
author | TreeHugger Robot <treehugger-gerrit@google.com> | 2021-01-06 21:55:51 +0000 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2021-01-06 21:55:51 +0000 |
commit | c93bb3b9d98e5bc65c2d32de35af9c5265481a3f (patch) | |
tree | f181bc63776339c044c9b00807e4d21bb4b23867 /opengl | |
parent | ae9bf1e192f93b5ad259f7c13c5b72264d9c57a2 (diff) | |
parent | 779d4468e95a2653824a6043cd44e2c43dcb342f (diff) |
Merge "OpenGL: allow to expose EGL_NV_context_priority_realtime"
Diffstat (limited to 'opengl')
-rw-r--r-- | opengl/libs/EGL/egl_platform_entries.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/opengl/libs/EGL/egl_platform_entries.cpp b/opengl/libs/EGL/egl_platform_entries.cpp index 398efc0a76..f57666077e 100644 --- a/opengl/libs/EGL/egl_platform_entries.cpp +++ b/opengl/libs/EGL/egl_platform_entries.cpp @@ -128,6 +128,7 @@ const char* const gExtensionString = "EGL_KHR_stream_producer_eglsurface " "EGL_KHR_surfaceless_context " "EGL_KHR_wait_sync " // strongly recommended + "EGL_NV_context_priority_realtime " "EGL_NV_system_time " ; |