clray

annotate src/rt.h @ 6:b06518bb16e9

adding polygon meshes and obj loading
author John Tsiombikas <nuclear@member.fsf.org>
date Tue, 20 Jul 2010 20:02:41 +0100
parents
children deaf85acf6af
rev   line source
nuclear@3 1 #ifndef RT_H_
nuclear@3 2 #define RT_H_
nuclear@3 3
nuclear@3 4 bool init_renderer(int xsz, int ysz, float *fb);
nuclear@3 5 void destroy_renderer();
nuclear@3 6 bool render();
nuclear@3 7
nuclear@3 8 #endif /* RT_H_ */