- Timestamp:
- Oct 23, 2009 6:58:55 AM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 53842
- Location:
- trunk/src/VBox/Main/generic
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/generic/OpenGLTest.cpp
r20515 r24005 33 33 { 34 34 static char pszVBoxPath[RTPATH_MAX]; 35 const char *papszArgs[ 3] = { NULL, "-test", NULL};35 const char *papszArgs[4] = { NULL, "-test", "3D", NULL}; 36 36 int rc; 37 37 RTPROCESS Process; -
trunk/src/VBox/Main/generic/OpenGLTestApp.cpp
r24004 r24005 134 134 "All rights reserved.\n" 135 135 "\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" 139 139 "\n", 140 140 RTBldCfgVersionMajor(), RTBldCfgVersionMinor(), RTBldCfgVersionBuild());
Note:
See TracChangeset
for help on using the changeset viewer.