blob: 7381f252320cb3ce4650cee6710a66198619b3f0 [file] [log] [blame]
Kenneth Waters1545e112010-01-14 13:20:44 -08001/* Copyright (c) 2009 The Chromium OS Authors. All rights reserved.
2 * Use of this source code is governed by a BSD-style license that can be
3 * found in the LICENSE file. */
4
5#ifndef KHRONOS_FILES_GLES2_STUB_H_
6#define KHRONOS_FILES_GLES2_STUB_H_
7
8#include <GLES2/gl2.h>
9
10typedef struct {
11 GLuint next_name_;
12} GlContext;
13
14#endif /* KHRONOS_FILES_GLES2_STUB_H_ */
15