vrseasons

view src/timer.h @ 2:eea1b91dc3d4

added is_complete() to framebuffer object and fixed GL_UNSUPPORTED_FRAMEBUFFER on intel
author John Tsiombikas <nuclear@member.fsf.org>
date Mon, 13 Apr 2015 16:51:52 +0300
parents
children
line source
1 #ifndef TIMER_H_
2 #define TIMER_H_
4 #ifdef __cplusplus
5 extern "C" {
6 #endif
8 unsigned long get_msec(void);
10 #ifdef __cplusplus
11 }
12 #endif
15 #endif /* TIMER_H_ */