skia2/tools/VisualBench/VisualFlags.cpp
2015-10-15 09:49:31 -07:00

12 lines
268 B
C++

/*
* Copyright 2015 Google Inc.
*
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
#include "VisualFlags.h"
DEFINE_int32(msaa, 0, "Number of msaa samples.");
DEFINE_bool(nvpr, false, "Run in NVPR mode?");