diff options
author | Kristian Høgsberg <[email protected]> | 2010-02-11 17:42:30 -0500 |
---|---|---|
committer | Kristian Høgsberg <[email protected]> | 2010-02-24 13:38:56 -0500 |
commit | d1dc5b124e133379be5bb57b68733c09c0e04f71 (patch) | |
tree | a6e8c1c0ddad297a8996fcbeab53e90bd90da82c /src/mesa/main/fbobject.h | |
parent | 07b07b4d723394c82f7ba915c1cba620b307013d (diff) |
core: Implement GL_OES_EGL_image entry points
Diffstat (limited to 'src/mesa/main/fbobject.h')
-rw-r--r-- | src/mesa/main/fbobject.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mesa/main/fbobject.h b/src/mesa/main/fbobject.h index 54093940733..28f75dfca79 100644 --- a/src/mesa/main/fbobject.h +++ b/src/mesa/main/fbobject.h @@ -89,6 +89,9 @@ _mesa_RenderbufferStorageMultisample(GLenum target, GLsizei samples, GLsizei width, GLsizei height); extern void GLAPIENTRY +_mesa_EGLImageTargetRenderbufferStorageOES(GLenum target, GLeglImageOES image); + +extern void GLAPIENTRY _mesa_GetRenderbufferParameterivEXT(GLenum target, GLenum pname, GLint *params); |