VirtualBox

Changeset 24005 in vbox for trunk/src


Ignore:
Timestamp:
Oct 23, 2009 6:58:55 AM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
53842
Message:

TestVBoxOGL: fixed -test 3D, more verbose help

Location:
trunk/src/VBox/Main/generic
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/generic/OpenGLTest.cpp

    r20515 r24005  
    3333{
    3434    static char pszVBoxPath[RTPATH_MAX];
    35     const char *papszArgs[3] = { NULL, "-test", NULL};
     35    const char *papszArgs[4] = { NULL, "-test", "3D", NULL};
    3636    int rc;
    3737    RTPROCESS Process;
  • trunk/src/VBox/Main/generic/OpenGLTestApp.cpp

    r24004 r24005  
    134134                             "All rights reserved.\n"
    135135                             "\n"
    136                              "Usage:\n"
    137                              "\n"
    138                              "  VBoxTestOGL [ --test 2D|3D]\n"
     136                             "Parameters:\n"
     137                             "  --test 2D      test for 2D (video) OpenGL capabilities\n"
     138                             "  --test 3D      test for 3D OpenGL capabilities\n"
    139139                             "\n",
    140140                            RTBldCfgVersionMajor(), RTBldCfgVersionMinor(), RTBldCfgVersionBuild());
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette