diff options
author | Brian <[email protected]> | 2008-02-11 09:33:28 -0700 |
---|---|---|
committer | Brian <[email protected]> | 2008-02-11 09:46:49 -0700 |
commit | b52ce6341f877a0a1cfd3c50c07eeb1c156ae89e (patch) | |
tree | fb353eef5215dffa5bc374745c88ae78a2fcf39b /src/mesa/main/teximage.h | |
parent | 789f2f15e867d6ef9f635d0ab59e213b35a2960c (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 f2cad7eb2da..b718c0046d8 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(). */ |