From 59e0faaa5c601ace51608c6d03c57d17498f796b Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Wed, 15 Mar 2006 17:48:00 +0000 Subject: sync with texmem branch --- src/mesa/main/dd.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/mesa/main/dd.h') diff --git a/src/mesa/main/dd.h b/src/mesa/main/dd.h index 0df8cfa5b5..6af304fe26 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, -- cgit v1.2.3