istereo

view 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 source
1 #ifndef TEX_H_
2 #define TEX_H_
4 unsigned int load_texture(const char *fname);
5 void bind_texture(unsigned int tex, int unit);
7 #endif /* TEX_H_ */