diff options
| author | Brian <brian@yutani.localnet.net> | 2007-05-17 08:54:08 -0600 |
|---|---|---|
| committer | Brian <brian@yutani.localnet.net> | 2007-05-17 08:54:08 -0600 |
| commit | 6ee6b2dcd96fafae8d924d617e54e32a2aa8c5ea (patch) | |
| tree | d86c7fb972f381e9b3263b14c1bf5136289f0a0a /src/mesa/main/fbobject.h | |
| parent | 347bb541f5a89f59e502888a5ae486bc52abfb66 (diff) | |
| parent | 67f82731fcb87f789135e07f691d41ebd12f0015 (diff) | |
Merge branch 'master' of git+ssh://brianp@git.freedesktop.org/git/mesa/mesa
Diffstat (limited to 'src/mesa/main/fbobject.h')
| -rw-r--r-- | src/mesa/main/fbobject.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/mesa/main/fbobject.h b/src/mesa/main/fbobject.h index 301e2da449..782ad8cb18 100644 --- a/src/mesa/main/fbobject.h +++ b/src/mesa/main/fbobject.h @@ -113,6 +113,10 @@ _mesa_FramebufferTexture3DEXT(GLenum target, GLenum attachment, GLint level, GLint zoffset); extern void GLAPIENTRY +_mesa_FramebufferTextureLayerEXT(GLenum target, GLenum attachment, + GLuint texture, GLint level, GLint layer); + +extern void GLAPIENTRY _mesa_FramebufferRenderbufferEXT(GLenum target, GLenum attachment, GLenum renderbuffertarget, GLuint renderbuffer); |
