goat3dgfx

view src/sdrman.h @ 5:18879c956eb1

- skycube example - added fatal_log - changed the dataset to keep the whole path while searching for data files
author John Tsiombikas <nuclear@member.fsf.org>
date Sun, 17 Nov 2013 03:22:40 +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_