diff options
author | Brian <brian.paul@tungstengraphics.com> | 2008-02-11 09:33:28 -0700 |
---|---|---|
committer | Ben Skeggs <skeggsb@gmail.com> | 2008-02-15 13:51:10 +1100 |
commit | 939aa5d3bdc4728e6b848c0bbf150f8e644d5e1b (patch) | |
tree | f89bca8bc5744140e80e1aa5fe1f2e1bd5d1950e /src/mesa/main/teximage.h | |
parent | 23e6d1aebc4c667a24243c89ffa836bc1fc74252 (diff) |
added _mesa_tex_target_to_face()
Diffstat (limited to 'src/mesa/main/teximage.h')
-rw-r--r-- | src/mesa/main/teximage.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/mesa/main/teximage.h b/src/mesa/main/teximage.h index f2cad7eb2d..b718c0046d 100644 --- a/src/mesa/main/teximage.h +++ b/src/mesa/main/teximage.h @@ -107,6 +107,11 @@ _mesa_test_proxy_teximage(GLcontext *ctx, GLenum target, GLint level, GLint width, GLint height, GLint depth, GLint border); +extern GLuint +_mesa_tex_target_to_face(GLenum target); + + + /** * Lock a texture for updating. See also _mesa_lock_context_textures(). */ |