mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2025-01-23 23:21:46 +00:00
d8ad620bd2
This merges the OpenGL and OpenGL-ES code.
11 lines
229 B
C
11 lines
229 B
C
// Copyright 2020, Collabora, Ltd.
|
|
// SPDX-License-Identifier: BSL-1.0
|
|
/*!
|
|
* @file
|
|
* @brief EGL API wrapper.
|
|
* @author Ryan Pavlik <ryan.pavlik@collabora.com>
|
|
* @ingroup aux_ogl
|
|
*/
|
|
|
|
#include "../../external/glad/src/egl.c"
|