diff options
author | Brian Paul <[email protected]> | 2006-03-01 02:07:50 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2006-03-01 02:07:50 +0000 |
commit | 6d4284e2bff012e3ceeb41157b07d1d887d7cfb1 (patch) | |
tree | 3562c0395d3fd07d907711c4df3c1d64f5498ff8 /src/mesa/glapi/glapitable.h | |
parent | 9974540c73e0c6e03f2da46483e38363d62a2e7b (diff) |
Added glBlitFramebufferEXT function.
Diffstat (limited to 'src/mesa/glapi/glapitable.h')
-rw-r--r-- | src/mesa/glapi/glapitable.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/glapi/glapitable.h b/src/mesa/glapi/glapitable.h index 1524e2aa8a8..c672e7e40d7 100644 --- a/src/mesa/glapi/glapitable.h +++ b/src/mesa/glapi/glapitable.h @@ -855,6 +855,7 @@ struct _glapi_table void (GLAPIENTRYP StencilMaskSeparate)(GLenum face, GLuint mask); /* 815 */ void (GLAPIENTRYP GetQueryObjecti64vEXT)(GLuint id, GLenum pname, GLint64EXT * params); /* 816 */ void (GLAPIENTRYP GetQueryObjectui64vEXT)(GLuint id, GLenum pname, GLuint64EXT * params); /* 817 */ + void (GLAPIENTRYP BlitFramebufferEXT)(GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, GLbitfield mask, GLenum filter); /* 818 */ }; #endif /* !defined( _GLAPI_TABLE_H_ ) */ |