1
    2
    3
    4
    5
    6
    7
    8
    9
   10
   11
   12
   13
   14
   15
   16
   17
   18
   19
   20

gpu / command_buffer / client / gpu_switches.h [blame]

// Copyright 2014 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

// Defines all the command-line switches used by gpu/command_buffer/client/.

#ifndef GPU_COMMAND_BUFFER_CLIENT_GPU_SWITCHES_H_
#define GPU_COMMAND_BUFFER_CLIENT_GPU_SWITCHES_H_

#include "gpu/command_buffer/client/gles2_impl_export.h"

namespace switches {

GLES2_IMPL_EXPORT extern const char kEnableGpuClientTracing[];
GLES2_IMPL_EXPORT extern const char kEnableGPUClientLogging[];

}  // namespace switches

#endif  // GPU_COMMAND_BUFFER_CLIENT_GPU_SWITCHES_H_