xref: /third_party/openGLES/api/GLSC2/gl2platform.h (revision 5bd8dead)
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /third_party/openGLES/api/GLSC2/
15bd8deadSopenharmony_ci#ifndef __gl2platform_h_
25bd8deadSopenharmony_ci#define __gl2platform_h_
35bd8deadSopenharmony_ci
45bd8deadSopenharmony_ci/*
55bd8deadSopenharmony_ci** Copyright 2017-2020 The Khronos Group Inc.
65bd8deadSopenharmony_ci** SPDX-License-Identifier: Apache-2.0
75bd8deadSopenharmony_ci*/
85bd8deadSopenharmony_ci
95bd8deadSopenharmony_ci/* Platform-specific types and definitions for OpenGL SC 2.0 glsc2.h
105bd8deadSopenharmony_ci *
115bd8deadSopenharmony_ci * Adopters may modify khrplatform.h and this file to suit their platform.
125bd8deadSopenharmony_ci * Please contribute modifications back to Khronos as pull requests on the
135bd8deadSopenharmony_ci * public github repository:
145bd8deadSopenharmony_ci *      https://github.com/KhronosGroup/OpenGL-Registry
155bd8deadSopenharmony_ci */
165bd8deadSopenharmony_ci
175bd8deadSopenharmony_ci#include <KHR/khrplatform.h>
185bd8deadSopenharmony_ci
195bd8deadSopenharmony_ci#ifndef GL_APICALL
205bd8deadSopenharmony_ci#define GL_APICALL  KHRONOS_APICALL
215bd8deadSopenharmony_ci#endif
225bd8deadSopenharmony_ci
235bd8deadSopenharmony_ci#ifndef GL_APIENTRY
245bd8deadSopenharmony_ci#define GL_APIENTRY KHRONOS_APIENTRY
255bd8deadSopenharmony_ci#endif
265bd8deadSopenharmony_ci
275bd8deadSopenharmony_ci#endif /* __gl2platform_h_ */
28

Indexes created Thu Nov 07 10:32:03 CST 2024