~linaro-graphics-wg/glmark2/demo

« back to all changes in this revision

Viewing changes to src/options.h

  • Committer: Alexandros Frantzis
  • Date: 2012-02-15 17:09:14 UTC
  • Revision ID: alexandros.frantzis@linaro.org-20120215170914-tom49abcbws7w3ce
MainLoop,Options: Add --run-forever command-line option.

Show diffs side-by-side

added added

removed removed

Lines of Context:
41
41
    static bool show_debug;
42
42
    static bool show_help;
43
43
    static bool reuse_context;
 
44
    static bool run_forever;
44
45
};
45
46
 
46
47
#endif /* OPTIONS_H_ */