istereo

annotate src/tex.h @ 34:634c7f7c1f0f

the text blur distance was too much man
author John Tsiombikas <nuclear@mutantstargoat.com>
date Fri, 09 Sep 2011 00:31:54 +0300
parents b39d8607f4bb
children ff055bff6a15
rev   line source
nuclear@14 1 #ifndef TEX_H_
nuclear@14 2 #define TEX_H_
nuclear@14 3
nuclear@14 4 unsigned int load_texture(const char *fname);
nuclear@16 5 void bind_texture(unsigned int tex, int unit);
nuclear@14 6
nuclear@14 7 #endif /* TEX_H_ */