~thomas-voss/glmark2/build-for-mir

« back to all changes in this revision

Viewing changes to src/options.h

  • Committer: Package Import Robot
  • Author(s): Alexandros Frantzis
  • Date: 2011-09-22 11:32:17 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: package-import@ubuntu.com-20110922113217-wvok1qgruexari8d
Tags: 2011.09-0ubuntu1
* New upstream release 2011.09.
* debian/control:
  - Start the description of the glmark2-data package with
    a lowercase letter.

Show diffs side-by-side

added added

removed removed

Lines of Context:
32
32
    static void print_help();
33
33
 
34
34
    static std::vector<std::string> benchmarks;
 
35
    static std::vector<std::string> benchmark_files;
35
36
    static bool validate;
36
37
    static bool swap_buffers;
 
38
    static std::pair<int,int> size;
37
39
    static bool list_scenes;
 
40
    static bool show_all_options;
38
41
    static bool show_debug;
39
42
    static bool show_help;
40
43
};