Files
third_party_egl/api/egltest.c
T
lizheng 880c4dea9d init from fork
Signed-off-by: lizheng <lizheng2@huawei.com>
2021-11-23 21:47:15 +08:00

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"