libglvnd/include/GLES3/gl3ext.h
Matt Turner f466835326 Provide an empty GLES3/gl3ext.h header
The one in Mesa is empty but appears to come from some Khronos
repository, but gl3ext.h has never existed in the OpenGL-Registry
repository on github. Provide it for backwards compatibility.

Closes: https://gitlab.freedesktop.org/glvnd/libglvnd/issues/195
2019-11-06 17:41:08 -08:00

10 lines
166 B
C

#ifndef __gl3ext_h_
#define __gl3ext_h_
/*
* This file is intentionally empty and is provided for source compatibility
* with Mesa.
*/
#endif /* __gl3ext_h_ */