blob: 7381f252320cb3ce4650cee6710a66198619b3f0 [file] [log] [blame]
/* Copyright (c) 2009 The Chromium OS Authors. All rights reserved.
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file. */
#ifndef KHRONOS_FILES_GLES2_STUB_H_
#define KHRONOS_FILES_GLES2_STUB_H_
#include <GLES2/gl2.h>
typedef struct {
GLuint next_name_;
} GlContext;
#endif /* KHRONOS_FILES_GLES2_STUB_H_ */