diff mbox

[Branch,~glmark2-dev/glmark2/trunk] Rev 142: SceneBuild: Correct "model" option documentation.

Message ID 20110922105215.18991.54947.launchpad@ackee.canonical.com
State Accepted
Headers show

Commit Message

alexandros.frantzis@linaro.org Sept. 22, 2011, 10:52 a.m. UTC
------------------------------------------------------------
revno: 142
committer: Alexandros Frantzis <alexandros.frantzis@linaro.org>
branch nick: trunk
timestamp: Wed 2011-09-21 12:52:37 +0300
message:
  SceneBuild: Correct "model" option documentation.
  
  We currenly support only the horse and bunny models.
modified:
  src/scene-build.cpp


--
lp:glmark2
https://code.launchpad.net/~glmark2-dev/glmark2/trunk

You are subscribed to branch lp:glmark2.
To unsubscribe from this branch go to https://code.launchpad.net/~glmark2-dev/glmark2/trunk/+edit-subscription
diff mbox

Patch

=== modified file 'src/scene-build.cpp'
--- src/scene-build.cpp	2011-09-19 16:18:59 +0000
+++ src/scene-build.cpp	2011-09-21 09:52:37 +0000
@@ -36,7 +36,7 @@ 
     mOptions["interleave"] = Scene::Option("interleave", "false",
                                            "Whether to interleave vertex attribute data [true,false]");
     mOptions["model"] = Scene::Option("model", "horse",
-                                      "Which model to use [horse, angel, buddha, bunny, dragon, armadillo]");
+                                      "Which model to use [horse, bunny]");
 }
 
 SceneBuild::~SceneBuild()