2017-06-10 20:46:27 +02:00
|
|
|
/*
|
2023-05-20 01:12:41 +02:00
|
|
|
** Copyright 2008-2020 The Khronos Group Inc.
|
|
|
|
** SPDX-License-Identifier: Apache-2.0
|
2017-06-10 20:46:27 +02:00
|
|
|
*/
|
|
|
|
|
2010-05-31 10:15:55 +08:00
|
|
|
/*
|
|
|
|
* Skeleton egl.h to provide compatibility for early GLES 1.0
|
|
|
|
* applications. Several early implementations included gl.h
|
|
|
|
* in egl.h leading applications to include only egl.h
|
2008-06-04 10:03:39 -06:00
|
|
|
*/
|
2010-05-31 10:15:55 +08:00
|
|
|
|
|
|
|
#ifndef __legacy_egl_h_
|
|
|
|
#define __legacy_egl_h_
|
|
|
|
|
2008-06-04 10:03:39 -06:00
|
|
|
#include <EGL/egl.h>
|
|
|
|
#include <GLES/gl.h>
|
2010-05-31 10:15:55 +08:00
|
|
|
|
|
|
|
#endif /* __legacy_egl_h_ */
|