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

18 lines
308 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.
*/
#ifndef VisualFlags_DEFINED
#define VisualFlags_DEFINED
#include "SkCommandLineFlags.h"
DECLARE_string(config);
DECLARE_int32(msaa);
DECLARE_bool(nvpr);
#endif