summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/texobj.h
diff options
context:
space:
mode:
authorLaura Ekstrand <laura@jlekstrand.net>2014-10-24 15:02:16 -0700
committerLaura Ekstrand <laura@jlekstrand.net>2015-01-08 11:37:28 -0800
commit97c838cf856e478401be9526ab028aea3aacad26 (patch)
tree08c39e39396983d26d3b91e3905bad7f4ff12d94 /src/mesa/main/texobj.h
parent15ddc2d94b0ac23bf23e166530e46be4ee9570a2 (diff)
downloadexternal_mesa3d-97c838cf856e478401be9526ab028aea3aacad26.zip
external_mesa3d-97c838cf856e478401be9526ab028aea3aacad26.tar.gz
external_mesa3d-97c838cf856e478401be9526ab028aea3aacad26.tar.bz2
main: Added entry point for glCreateTextures.
Reviewed-by: Anuj Phogat <anuj.phogat@gmail.com>
Diffstat (limited to 'src/mesa/main/texobj.h')
-rw-r--r--src/mesa/main/texobj.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/mesa/main/texobj.h b/src/mesa/main/texobj.h
index 456dcf9..e7aabbe 100644
--- a/src/mesa/main/texobj.h
+++ b/src/mesa/main/texobj.h
@@ -206,8 +206,10 @@ _mesa_lock_context_textures( struct gl_context *ctx );
/*@{*/
extern void GLAPIENTRY
-_mesa_GenTextures( GLsizei n, GLuint *textures );
+_mesa_GenTextures(GLsizei n, GLuint *textures);
+extern void GLAPIENTRY
+_mesa_CreateTextures(GLenum target, GLsizei n, GLuint *textures);
extern void GLAPIENTRY
_mesa_DeleteTextures( GLsizei n, const GLuint *textures );