webOS Userland
Native system APIs for webOS
egl.h
1 /*
2 ** Copyright 2008-2020 The Khronos Group Inc.
3 ** SPDX-License-Identifier: Apache-2.0
4 */
5 
6 /*
7  * Skeleton egl.h to provide compatibility for early GLES 1.0
8  * applications. Several early implementations included gl.h
9  * in egl.h leading applications to include only egl.h
10  */
11 
12 #ifndef __legacy_egl_h_
13 #define __legacy_egl_h_
14 
15 #include <EGL/egl.h>
16 #include <GLES/gl.h>
17 
18 #endif /* __legacy_egl_h_ */