summaryrefslogtreecommitdiffstats
path: root/gpu/GLES2/gles2_command_buffer.h
diff options
context:
space:
mode:
Diffstat (limited to 'gpu/GLES2/gles2_command_buffer.h')
-rw-r--r--gpu/GLES2/gles2_command_buffer.h18
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_
+
+
+
+