diff options
author | gman@google.com <gman@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-05-08 22:00:10 +0000 |
---|---|---|
committer | gman@google.com <gman@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-05-08 22:00:10 +0000 |
commit | 4e8a5b125ab20cdeeba546c8c656062165087afa (patch) | |
tree | 4e7cbddda9de296df908c13be3df6901a94ed0e4 /gpu/GLES2/gles2_command_buffer.h | |
parent | b2134acfa36836b9ec250c02fc83f75f3a2073d7 (diff) | |
download | chromium_src-4e8a5b125ab20cdeeba546c8c656062165087afa.zip chromium_src-4e8a5b125ab20cdeeba546c8c656062165087afa.tar.gz chromium_src-4e8a5b125ab20cdeeba546c8c656062165087afa.tar.bz2 |
Resubmit CL http://codereview.chromium.org/1992008/
TEST=none
BUG=none
Review URL: http://codereview.chromium.org/2013010
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@46793 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'gpu/GLES2/gles2_command_buffer.h')
-rw-r--r-- | gpu/GLES2/gles2_command_buffer.h | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/gpu/GLES2/gles2_command_buffer.h b/gpu/GLES2/gles2_command_buffer.h new file mode 100644 index 0000000..137cd78 --- /dev/null +++ b/gpu/GLES2/gles2_command_buffer.h @@ -0,0 +1,18 @@ +// Copyright (c) 2010 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. + +// This file defines constants and functions for the Pepper gles2 command +// buffers that fall outside the scope of OpenGL ES 2.0 + +#ifndef GPU_GLES2_GLES2_COMMAND_BUFFER_H_ +#define GPU_GLES2_GLES2_COMMAND_BUFFER_H_ + +// constants for CommandBufferEnable command. +#define GLES2_ALLOW_BUFFERS_ON_MULTIPLE_TARGETS 0x0001 + +#endif // GPU_GLES2_GLES2_COMMAND_BUFFER_H_ + + + + |