istereo

diff src/tex.h @ 16:20a9d3db38cb

forgot to actually use bind_texture
author John Tsiombikas <nuclear@mutantstargoat.com>
date Wed, 07 Sep 2011 09:19:47 +0300
parents b39d8607f4bb
children ff055bff6a15
line diff
     1.1 --- a/src/tex.h	Wed Sep 07 09:17:15 2011 +0300
     1.2 +++ b/src/tex.h	Wed Sep 07 09:19:47 2011 +0300
     1.3 @@ -2,5 +2,6 @@
     1.4  #define TEX_H_
     1.5  
     1.6  unsigned int load_texture(const char *fname);
     1.7 +void bind_texture(unsigned int tex, int unit);
     1.8  
     1.9  #endif	/* TEX_H_ */