mirror of
https://github.com/openharmony/third_party_egl.git
synced 2026-07-01 05:39:22 -04:00
880c4dea9d
Signed-off-by: lizheng <lizheng2@huawei.com>
9 lines
206 B
C
9 lines
206 B
C
/*
|
|
* Copyright 2013-2020 The Khronos Group Inc.
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
*/
|
|
|
|
/* Simple test that generated EGL headers compile with C and C++ */
|
|
#include "EGL/egl.h"
|
|
#include "EGL/eglext.h"
|