clray

annotate 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
rev   line source
nuclear@33 1 #ifndef TIMER_H_
nuclear@33 2 #define TIMER_H_
nuclear@33 3
nuclear@33 4 long get_msec();
nuclear@33 5
nuclear@33 6 #endif /* TIMER_H_ */