summaryrefslogtreecommitdiffstats
path: root/gpu/command_buffer/client/gles2_demo_cc.h
blob: 7f88d0e4cbb3b42762d672a0263463672d42f984 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// 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_CC_H
#define GPU_COMMAND_BUFFER_CLIENT_GLES2_DEMO_CC_H

void GLFromCPPTestFunction();

#endif  // GPU_COMMAND_BUFFER_CLIENT_GLES2_DEMO_CC_H