clray

view src/rt.h @ 9:a09622aaa043

moving to triangles
author John Tsiombikas <nuclear@member.fsf.org>
date Sat, 24 Jul 2010 06:28:17 +0100
parents 88ac4eb2d18a
children 85fd61f374d9
line source
1 #ifndef RT_H_
2 #define RT_H_
4 bool init_renderer(int xsz, int ysz, float *fb);
5 void destroy_renderer();
6 bool render();
7 void set_xform(float *matrix);
9 #endif /* RT_H_ */