summaryrefslogtreecommitdiff
path: root/src/mesa/main/fbobject.h
diff options
context:
space:
mode:
authorBrian Paul <brianp@vmware.com>2009-01-22 15:17:42 -0700
committerBrian Paul <brianp@vmware.com>2009-01-22 15:17:42 -0700
commit777a2efc7768de659fbc2e9a7541c9cbb3fc1d8b (patch)
treef2baa0644abc0a8f2f0d6c815518634b9bb0fd02 /src/mesa/main/fbobject.h
parent1f32c410dd06d73e2ad007a6ce755437884e92c3 (diff)
mesa: stub for _mesa_RenderbufferStorageMultisample()
Diffstat (limited to 'src/mesa/main/fbobject.h')
-rw-r--r--src/mesa/main/fbobject.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/mesa/main/fbobject.h b/src/mesa/main/fbobject.h
index b6154719ab..33d16cc5a0 100644
--- a/src/mesa/main/fbobject.h
+++ b/src/mesa/main/fbobject.h
@@ -83,6 +83,11 @@ extern void GLAPIENTRY
_mesa_RenderbufferStorageEXT(GLenum target, GLenum internalformat,
GLsizei width, GLsizei height);
+void GLAPIENTRY
+_mesa_RenderbufferStorageMultisample(GLenum target, GLsizei samples,
+ GLenum internalformat,
+ GLsizei width, GLsizei height);
+
extern void GLAPIENTRY
_mesa_GetRenderbufferParameterivEXT(GLenum target, GLenum pname,
GLint *params);