From d74355fc96aceb6d0856ccb39476239155f65839 Mon Sep 17 00:00:00 2001 From: Eric Anholt Date: Thu, 27 Mar 2014 10:47:41 -0700 Subject: [PATCH] Add EGL_NOK_swap_region2 definition. Found at: https://www.khronos.org/registry/egl/extensions/NOK/EGL_NOK_swap_region2.txt --- registry/egl.xml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/registry/egl.xml b/registry/egl.xml index 9cba49f..b84e493 100644 --- a/registry/egl.xml +++ b/registry/egl.xml @@ -1126,6 +1126,13 @@ EGLint *rects EGLint n_rects + + EGLBoolean eglSwapBuffersRegion2NOK + EGLDisplay dpy + EGLSurface surface + EGLint numRects + const EGLint *rects + EGLBoolean eglSwapInterval EGLDisplay dpy @@ -1855,6 +1862,11 @@ + + + + +