mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-05 17:40:39 +00:00
Fix typo on eglSwapInterval passthru.
This commit is contained in:
committed by
Baldur Karlsson
parent
e2d4078cfd
commit
cab3abde20
@@ -154,7 +154,7 @@ EGL_PASSTHRU_3(EGLBoolean, eglBindTexImage, EGLDisplay, dpy, EGLSurface, surface
|
||||
EGL_PASSTHRU_3(EGLBoolean, eglReleaseTexImage, EGLDisplay, dpy, EGLSurface, surface, EGLint, buffer)
|
||||
EGL_PASSTHRU_4(EGLBoolean, eglSurfaceAttrib, EGLDisplay, dpy, EGLSurface, surface, EGLint,
|
||||
attribute, EGLint, value)
|
||||
EGL_PASSTHRU_2(EGLBoolean, glSwapInterval, EGLDisplay, dpy, EGLint, interval)
|
||||
EGL_PASSTHRU_2(EGLBoolean, eglSwapInterval, EGLDisplay, dpy, EGLint, interval)
|
||||
|
||||
/* EGL 1.2 */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user