blob: d4d69e9526df979a1d7b02a1b57f88d0a0fed408 [file] [log] [blame]
// Copyright (c) 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 GLFromCDraw();
#ifdef __cplusplus
}
#endif
#endif // GPU_COMMAND_BUFFER_CLIENT_GLES2_DEMO_C_H