diff options
Diffstat (limited to 'gpu/command_buffer/client/gles2_interface.cc')
-rw-r--r-- | gpu/command_buffer/client/gles2_interface.cc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/gpu/command_buffer/client/gles2_interface.cc b/gpu/command_buffer/client/gles2_interface.cc new file mode 100644 index 0000000..b09e5f8 --- /dev/null +++ b/gpu/command_buffer/client/gles2_interface.cc @@ -0,0 +1,19 @@ +// 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 "../client/gles2_interface.h" + +namespace gpu { +namespace gles2 { + +GLES2Interface::GLES2Interface() { +} + +GLES2Interface::~GLES2Interface() { +} + +} // namespace gles2 +} // namespace gpu + + |