diff options
Diffstat (limited to 'opengl/specs/EGL_ANDROID_blob_cache.txt')
-rw-r--r-- | opengl/specs/EGL_ANDROID_blob_cache.txt | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/opengl/specs/EGL_ANDROID_blob_cache.txt b/opengl/specs/EGL_ANDROID_blob_cache.txt index 61f45d3..e984694 100644 --- a/opengl/specs/EGL_ANDROID_blob_cache.txt +++ b/opengl/specs/EGL_ANDROID_blob_cache.txt @@ -16,15 +16,15 @@ Contact Status - Draft. + Complete Version - Version 1, April 22, 2011 + Version 3, December 13, 2012 Number - EGL Extension #XXX + EGL Extension #48 Dependencies @@ -88,8 +88,8 @@ New Types New Procedures and Functions void eglSetBlobCacheFuncsANDROID(EGLDisplay dpy, - EGLSetBlobFunc set, - EGLGetBlobFunc get); + EGLSetBlobFuncANDROID set, + EGLGetBlobFuncANDROID get); New Tokens @@ -200,6 +200,9 @@ Issues Revision History +#3 (Jon Leech, December 13, 2012) + - Fix typo in New Functions section & assign extension #. + #2 (Jamie Gennis, April 25, 2011) - Swapped the order of the size and pointer arguments to the get and set functions. |