summaryrefslogtreecommitdiffstats
path: root/gfx/angle/checkout/include/GLES/glext_angle.h
blob: 668f128b4ce8fa51b8e449c368467fdf2f0b6062 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
//
// Copyright 2018 The ANGLE Project Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
//
// glext_angle.h: ANGLE modifications to the glext.h header file.
//   Currently we don't include this file directly, we patch glext.h
//   to include it implicitly so it is visible throughout our code.

#ifndef INCLUDE_GLES_GLEXT_ANGLE_H_
#define INCLUDE_GLES_GLEXT_ANGLE_H_

// clang-format off

#ifndef GL_ANGLE_explicit_context_gles1
#define GL_ANGLE_explicit_context_gles1
typedef void *GLeglContext;
#include "glext_explicit_context_autogen.inc"
#endif /* GL_ANGLE_explicit_context_gles1 */

// clang-format on

#endif  // INCLUDE_GLES_GLEXT_ANGLE_H_