blob: 2b0e5499eda3bce5236dc53f55d049b9bf6408f2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
/*
* 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?");
|