goat3dgfx

view src/sdrman.h @ 9:25b911c7c35c

fixed some line endings fixed the cubemap2.jpg file in examples/cubemap/data which was resized improperly causing seams...
author John Tsiombikas <nuclear@member.fsf.org>
date Mon, 18 Nov 2013 04:10:19 +0200
parents
children 7d6b667821cf
line source
1 #ifndef SDRMAN_H_
2 #define SDRMAN_H_
4 #include "shader.h"
6 extern ShaderSet vsdrset;
7 extern ShaderSet psdrset;
9 ShaderProg *get_sdrprog(const char *vname, const char *pname);
11 #endif // SDRMAN_H_