clray

annotate src/rt.h @ 8:deaf85acf6af

interactive spheres
author John Tsiombikas <nuclear@member.fsf.org>
date Fri, 23 Jul 2010 19:48:43 +0100
parents 88ac4eb2d18a
children 85fd61f374d9
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@8 7 void set_xform(float *matrix);
nuclear@3 8
nuclear@3 9 #endif /* RT_H_ */