#include <iostream>#include "glut-demo/glut-demo.h"#include "glut-font/glut-font.h"#include "perf/perf.h"#include "util/file.h"
Go to the source code of this file.
Functions | |
| static void | writeLine (IN glut::Font *font, IN const char *text) |
| int | main (IN int argc, IN const char *argv[]) |
Variables | |
| static const int | s_desiredHeight = 36 |
| static void writeLine | ( | IN glut::Font * | font, | |
| IN const char * | text | |||
| ) | [static] |
Definition at line 31 of file glut-font/test/test.cpp.
| int main | ( | IN int | argc, | |
| IN const char * | argv[] | |||
| ) |
Definition at line 212 of file glut-font/test/test.cpp.
const int s_desiredHeight = 36 [static] |
Definition at line 20 of file glut-font/test/test.cpp.
1.7.1