diff options
Diffstat (limited to 'o3d/gpu/command_buffer/client/gles2_lib.cc')
-rw-r--r-- | o3d/gpu/command_buffer/client/gles2_lib.cc | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/o3d/gpu/command_buffer/client/gles2_lib.cc b/o3d/gpu/command_buffer/client/gles2_lib.cc new file mode 100644 index 0000000..924eb19 --- /dev/null +++ b/o3d/gpu/command_buffer/client/gles2_lib.cc @@ -0,0 +1,15 @@ +// Copyright (c) 2006-2009 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/client/gles2_lib.h" + +namespace gles2 { + +// Currently this is a place holder. + +} // namespace gles2 + + + + |