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/fbobject.h | |
parent | eccb6a0698ba86a6feb0a407a5391bd84a62aaf2 (diff) |
sync with texmem branch
Diffstat (limited to 'src/mesa/main/fbobject.h')
-rw-r--r-- | src/mesa/main/fbobject.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mesa/main/fbobject.h b/src/mesa/main/fbobject.h index 71517adfd89..3171aa7b1b9 100644 --- a/src/mesa/main/fbobject.h +++ b/src/mesa/main/fbobject.h @@ -54,6 +54,9 @@ _mesa_framebuffer_renderbuffer(GLcontext *ctx, struct gl_framebuffer *fb, extern void _mesa_test_framebuffer_completeness(GLcontext *ctx, struct gl_framebuffer *fb); +extern GLenum +_mesa_base_fbo_format(GLcontext *ctx, GLenum internalFormat); + extern GLboolean GLAPIENTRY _mesa_IsRenderbufferEXT(GLuint renderbuffer); |