Path: blob/21.2-virgl/include/GLES3/gl3platform.h
4545 views
#ifndef __gl3platform_h_1#define __gl3platform_h_23/*4** Copyright (c) 2017 The Khronos Group Inc.5**6** Licensed under the Apache License, Version 2.0 (the "License");7** you may not use this file except in compliance with the License.8** You may obtain a copy of the License at9**10** http://www.apache.org/licenses/LICENSE-2.011**12** Unless required by applicable law or agreed to in writing, software13** distributed under the License is distributed on an "AS IS" BASIS,14** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.15** See the License for the specific language governing permissions and16** limitations under the License.17*/1819/* Platform-specific types and definitions for OpenGL ES 3.X gl3.h20*21* Adopters may modify khrplatform.h and this file to suit their platform.22* Please contribute modifications back to Khronos as pull requests on the23* public github repository:24* https://github.com/KhronosGroup/OpenGL-Registry25*/2627#include <KHR/khrplatform.h>2829#ifndef GL_APICALL30#define GL_APICALL KHRONOS_APICALL31#endif3233#ifndef GL_APIENTRY34#define GL_APIENTRY KHRONOS_APIENTRY35#endif3637#endif /* __gl3platform_h_ */383940