diff options
Diffstat (limited to 'gpu/command_buffer/service/gpu_switches.cc')
-rw-r--r-- | gpu/command_buffer/service/gpu_switches.cc | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/gpu/command_buffer/service/gpu_switches.cc b/gpu/command_buffer/service/gpu_switches.cc new file mode 100644 index 0000000..0c6dee5 --- /dev/null +++ b/gpu/command_buffer/service/gpu_switches.cc @@ -0,0 +1,12 @@ +// Copyright (c) 2012 The Chromium Authors. All rights reserved. +// Use of this source code is governed by a BSD-style license that can be +// found in the LICENSE file. + +#include "gpu/command_buffer/service/gpu_switches.h" + +namespace switches { + +// Turn on Calling GL Error after every command. +const char kEnableGPUDebugging[] = "enable-gpu-debugging"; + +} // namespace switches |