Add attrib_list to glXBindTexImageEXT

This commit is contained in:
David Reveman
2006-04-11 12:19:06 +00:00
parent c6f8ae1085
commit ea2b711061

View File

@@ -425,7 +425,7 @@ typedef int (*PFNGLXGETSWAPINTERVALMESAPROC)(void);
/* XXX need enums/tokens! */
extern Bool glXBindTexImageEXT(Display *dpy, GLXDrawable drawable, int buffer);
extern Bool glXBindTexImageEXT(Display *dpy, GLXDrawable drawable, int buffer, const int *attrib_list);
extern Bool glXReleaseTexImageEXT(Display *dpy, GLXDrawable drawable, int buffer);
#endif /* GLX_EXT_texture_from_pixmap */