mesa/include/GLES/glplatform.h

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

28 lines
634 B
C
Raw Normal View History

2008-06-04 17:27:22 +01:00
#ifndef __glplatform_h_
#define __glplatform_h_
/*
** Copyright 2017-2020 The Khronos Group Inc.
** SPDX-License-Identifier: Apache-2.0
*/
2010-05-31 03:15:55 +01:00
/* Platform-specific types and definitions for OpenGL ES 1.X gl.h
*
* Adopters may modify khrplatform.h and this file to suit their platform.
* Please contribute modifications back to Khronos as pull requests on the
* public github repository:
* https://github.com/KhronosGroup/OpenGL-Registry
2010-05-31 03:15:55 +01:00
*/
#include <KHR/khrplatform.h>
#ifndef GL_API
#define GL_API KHRONOS_APICALL
2008-06-04 17:27:22 +01:00
#endif
2010-05-31 03:15:55 +01:00
#ifndef GL_APIENTRY
#define GL_APIENTRY KHRONOS_APIENTRY
2008-06-04 17:27:22 +01:00
#endif
#endif /* __glplatform_h_ */