summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/texobj.h
diff options
context:
space:
mode:
authorFredrik Höglund <[email protected]>2013-11-13 19:02:10 +0100
committerFredrik Höglund <[email protected]>2014-05-02 02:53:25 +0200
commit6655e70f99f5b6314103d28a19d0e53410650ee9 (patch)
tree0af24908ebd927cd74ea01a74ab348855086bffd /src/mesa/main/texobj.h
parent82291f64e378825e1c716742fc215db99fc8cbb2 (diff)
glapi: Add infrastructure for ARB_multi_bind
Reviewed-by: Brian Paul <[email protected]> Reviewed-by: Ian Romanick <[email protected]>
Diffstat (limited to 'src/mesa/main/texobj.h')
-rw-r--r--src/mesa/main/texobj.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/mesa/main/texobj.h b/src/mesa/main/texobj.h
index a9de73fff83..25394b6195f 100644
--- a/src/mesa/main/texobj.h
+++ b/src/mesa/main/texobj.h
@@ -177,6 +177,10 @@ _mesa_BindTexture( GLenum target, GLuint texture );
extern void GLAPIENTRY
+_mesa_BindTextures( GLuint first, GLsizei count, const GLuint *textures );
+
+
+extern void GLAPIENTRY
_mesa_PrioritizeTextures( GLsizei n, const GLuint *textures,
const GLclampf *priorities );