Sophie

Sophie

distrib > * > cooker > x86_64 > by-pkgid > 0243c8b7bca94179c78b9bd6ac76c033 > files > 545

cg-examples-3.0.0018-0.1.x86_64.rpm

#ifndef SHOWFPS_H
#define SHOWFPS_H

/* showfps.h - OpenGL code for rendering frames per second */

/* Call handleFPS in your GLUT display callback every frame. */

extern void handleFPS(void);
extern void toggleFPS();
extern void enableFPS();
extern void disableFPS();
extern void colorFPS(float r, float g, float b);

#endif /* SHOWFPS_H */