Kenneth Waters | 1545e11 | 2010-01-14 13:20:44 -0800 | [diff] [blame] | 1 | /* 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 | |||||
10 | typedef struct { | ||||
11 | GLuint next_name_; | ||||
12 | } GlContext; | ||||
13 | |||||
14 | #endif /* KHRONOS_FILES_GLES2_STUB_H_ */ | ||||
15 |