]> git.cworth.org Git - fips/commit
eglwrap: Add EGLWRAP_DEFER and EGLWRAP_DEFER_WITH_RETURN macros
authorCarl Worth <cworth@cworth.org>
Wed, 12 Jun 2013 23:35:59 +0000 (16:35 -0700)
committerCarl Worth <cworth@cworth.org>
Wed, 12 Jun 2013 23:40:00 +0000 (16:40 -0700)
commitb1a31412b687419fc177fa6f09ff12c3df81ef59
tree7947619b4603ff987fe23993459a74fc749eb6a8
parentad0f6ba12d81e4704ce2ba59795d9e1dd31098d7
eglwrap: Add EGLWRAP_DEFER and EGLWRAP_DEFER_WITH_RETURN macros

There are parallel to GLWRAP_DEFER and GLWRAP_DEFER_WITH_RETURN, (differing
only in calling eglwrap_lookup rathern than glwrap_lookup).

Having these macros around will avoid some code duplication as we start
adding more functions to the eglwrap.c file.
eglwrap.c