diff options
author | Charlie Birks <admin@daftgames.net> | 2014-03-15 12:46:31 +0000 |
---|---|---|
committer | Charlie Birks <admin@daftgames.net> | 2014-03-15 12:46:31 +0000 |
commit | f6a6754cafac87f2ad6765679bf44c2ea7dbea96 (patch) | |
tree | b3cae0d8b5301cc1f3172ee25787e93e5189bcc3 /src | |
parent | 355a67d3a1605e7321f21162ccf8c236b63e8c23 (diff) |
Add eglWaitGL
Diffstat (limited to 'src')
-rw-r--r-- | src/library_egl.js | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/library_egl.js b/src/library_egl.js index e2d1df43..46ec939e 100644 --- a/src/library_egl.js +++ b/src/library_egl.js @@ -492,7 +492,11 @@ var LibraryEGL = { EGL.setErrorCode(0x3000 /* EGL_SUCCESS */); return 1; }, - + + + // EGLAPI EGLBoolean EGLAPIENTRY eglWaitGL(void); + eglWaitGL: 'eglWaitClient', + // EGLAPI EGLBoolean EGLAPIENTRY eglSwapInterval(EGLDisplay dpy, EGLint interval); eglSwapInterval: function(display, interval) { if (display != 62000 /* Magic ID for Emscripten 'default display' */) { |