textures, overlay images, libimago
[demo_prior] / src / post.h
1 #ifndef POST_H_
2 #define POST_H_
3
4 struct texture;
5
6 void overlay(unsigned int tex, float aspect, float alpha);
7 void overlay_tex(struct texture *tex, float alpha);
8
9 #endif  /* POST_H_ */