Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(6)

Unified Diff: tools/VisualBench/VisualFlags.cpp

Issue 1444543002: Add visualbench option for nvpr stencil samples (Closed) Base URL: https://skia.googlesource.com/skia.git@upload_fix_triple_buffer
Patch Set: Created 5 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « tools/VisualBench/VisualFlags.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/VisualBench/VisualFlags.cpp
diff --git a/tools/VisualBench/VisualFlags.cpp b/tools/VisualBench/VisualFlags.cpp
index 2b0e5499eda3bce5236dc53f55d049b9bf6408f2..5876bde69f885bd4660f1f088a6712b181cdcfc2 100644
--- a/tools/VisualBench/VisualFlags.cpp
+++ b/tools/VisualBench/VisualFlags.cpp
@@ -8,4 +8,4 @@
#include "VisualFlags.h"
DEFINE_int32(msaa, 0, "Number of msaa samples.");
-DEFINE_bool(nvpr, false, "Run in NVPR mode?");
+DEFINE_int32(nvpr, 0, "Number of stencil samples for nvpr, or zero to disable it.");
« no previous file with comments | « tools/VisualBench/VisualFlags.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698