clray

view src/timer.h @ 56:e3b4457dc4d2

added glFinish after swap-buffers to make the program absolutely correct in regards to mediating usage of the shared GL/CL texture image
author John Tsiombikas <nuclear@member.fsf.org>
date Mon, 06 Sep 2010 05:40:47 +0100
parents
children
line source
1 #ifndef TIMER_H_
2 #define TIMER_H_
4 long get_msec();
6 #endif /* TIMER_H_ */