diff options
author | Brian Paul <[email protected]> | 2006-03-15 17:48:00 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2006-03-15 17:48:00 +0000 |
commit | 59e0faaa5c601ace51608c6d03c57d17498f796b (patch) | |
tree | 2234cdb37654a1da3cb2a13521318407a7c2cd6b /src/mesa/main/dd.h | |
parent | eccb6a0698ba86a6feb0a407a5391bd84a62aaf2 (diff) |
sync with texmem branch
Diffstat (limited to 'src/mesa/main/dd.h')
-rw-r--r-- | src/mesa/main/dd.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mesa/main/dd.h b/src/mesa/main/dd.h index 0df8cfa5b5d..6af304fe26a 100644 --- a/src/mesa/main/dd.h +++ b/src/mesa/main/dd.h @@ -801,6 +801,8 @@ struct dd_function_table { /*@{*/ struct gl_framebuffer * (*NewFramebuffer)(GLcontext *ctx, GLuint name); struct gl_renderbuffer * (*NewRenderbuffer)(GLcontext *ctx, GLuint name); + void (*BindFramebuffer)(GLcontext *ctx, GLenum target, + struct gl_framebuffer *fb); void (*FramebufferRenderbuffer)(GLcontext *ctx, struct gl_framebuffer *fb, GLenum attachment, |