summaryrefslogtreecommitdiffstats
path: root/gpu/command_buffer/client/gles2_demo_c.h
diff options
context:
space:
mode:
Diffstat (limited to 'gpu/command_buffer/client/gles2_demo_c.h')
-rw-r--r--gpu/command_buffer/client/gles2_demo_c.h22
1 files changed, 22 insertions, 0 deletions
diff --git a/gpu/command_buffer/client/gles2_demo_c.h b/gpu/command_buffer/client/gles2_demo_c.h
new file mode 100644
index 0000000..0cd1478
--- /dev/null
+++ b/gpu/command_buffer/client/gles2_demo_c.h
@@ -0,0 +1,22 @@
+// 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.
+
+// A Test that we can access GL from c.
+
+#ifndef GPU_COMMAND_BUFFER_CLIENT_GLES2_DEMO_C_H
+#define GPU_COMMAND_BUFFER_CLIENT_GLES2_DEMO_C_H
+
+#ifdef __cplusplus
+extern "C" {
+#endif
+
+void GLFromCTestFunction();
+
+#ifdef __cplusplus
+}
+#endif
+
+#endif // GPU_COMMAND_BUFFER_CLIENT_GLES2_DEMO_C_H
+
+