Changeset 60120 in vbox for trunk/src/VBox
- Timestamp:
- Mar 21, 2016 1:08:45 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/crOpenGL/egl.c
r59170 r60120 911 911 } 912 912 913 DECLEXPORT(EGLBoolean) eglSwapInterval (EGLDisplay dpy, EGLint interval) 914 { 915 NOREF(dpy); 916 NOREF(interval); 917 return EGL_TRUE; 918 } 919 913 920 typedef void (*VBEGLFuncPtr)(void); 914 921 DECLEXPORT(VBEGLFuncPtr)eglGetProcAddress(const char *pszName)
Note:
See TracChangeset
for help on using the changeset viewer.