#ifndef __glext_h_
#define __glext_h_ 1
#if 0
#pragma qt_no_master_include
#pragma qt_sync_skip_header_check
#pragma qt_sync_stop_processing
#endif
#ifdef __cplusplus
extern "C" {
#endif
/*
** Copyright (c) 2013-2018 The Khronos Group Inc.
**
** Permission is hereby granted, free of charge, to any person obtaining a
** copy of this software and/or associated documentation files (the
** "Materials"), to deal in the Materials without restriction, including
** without limitation the rights to use, copy, modify, merge, publish,
** distribute, sublicense, and/or sell copies of the Materials, and to
** permit persons to whom the Materials are furnished to do so, subject to
** the following conditions:
**
** The above copyright notice and this permission notice shall be included
** in all copies or substantial portions of the Materials.
**
** THE MATERIALS ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
** EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
** MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
** IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
** CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
** TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
** MATERIALS OR THE USE OR OTHER DEALINGS IN THE MATERIALS.
*/
/*
** This header is generated from the Khronos OpenGL / OpenGL ES XML
** API Registry. The current version of the Registry, generator scripts
** used to make the header, and the header can be found at
** https://github.com/KhronosGroup/OpenGL-Registry
*/
#if defined(_WIN32) && !defined(APIENTRY) && !defined(__CYGWIN__) && !defined(__SCITECH_SNAP__)
#ifndef WIN32_LEAN_AND_MEAN
#define WIN32_LEAN_AND_MEAN 1
#endif
#include <windows.h>
#endif
#ifndef APIENTRY
#define APIENTRY
#endif
#ifndef APIENTRYP
#define APIENTRYP APIENTRY *
#endif
#ifndef GLAPI
#define GLAPI extern
#endif
#define GL_GLEXT_VERSION 20190228
/* Generated C header for:
* API: gl
* Profile: compatibility
* Versions considered: .*
* Versions emitted: 1\.[2-9]|[234]\.[0-9]
* Default extensions included: gl
* Additional extensions included: _nomatch_^
* Extensions removed: _nomatch_^
*/
#ifndef GL_VERSION_1_2
#define GL_VERSION_1_2 1
#define GL_UNSIGNED_BYTE_3_3_2 0x8032
#define GL_UNSIGNED_SHORT_4_4_4_4 0x8033
#define GL_UNSIGNED_SHORT_5_5_5_1 0x8034
#define GL_UNSIGNED_INT_8_8_8_8 0x8035
#define GL_UNSIGNED_INT_10_10_10_2 0x8036
#define GL_TEXTURE_BINDING_3D 0x806A
#define GL_PACK_SKIP_IMAGES 0x806B
#define GL_PACK_IMAGE_HEIGHT 0x806C
#define GL_UNPACK_SKIP_IMAGES 0x806D
#define GL_UNPACK_IMAGE_HEIGHT 0x806E
#define GL_TEXTURE_3D 0x806F
#define GL_PROXY_TEXTURE_3D 0x8070
#define GL_TEXTURE_DEPTH 0x8071
#define GL_TEXTURE_WRAP_R 0x8072
#define GL_MAX_3D_TEXTURE_SIZE 0x8073
#define GL_UNSIGNED_BYTE_2_3_3_REV 0x8362
#define GL_UNSIGNED_SHORT_5_6_5 0x8363
#define GL_UNSIGNED_SHORT_5_6_5_REV 0x8364
#define GL_UNSIGNED_SHORT_4_4_4_4_REV 0x8365
#define GL_UNSIGNED_SHORT_1_5_5_5_REV 0x8366
#define GL_UNSIGNED_INT_8_8_8_8_REV 0x8367
#define GL_UNSIGNED_INT_2_10_10_10_REV 0x8368
#define GL_BGR 0x80E0
#define GL_BGRA 0x80E1
#define GL_MAX_ELEMENTS_VERTICES 0x80E8
#define GL_MAX_ELEMENTS_INDICES 0x80E9
#define GL_CLAMP_TO_EDGE 0x812F
#define GL_TEXTURE_MIN_LOD 0x813A
#define GL_TEXTURE_MAX_LOD 0x813B
#define GL_TEXTURE_BASE_LEVEL 0x813C
#define GL_TEXTURE_MAX_LEVEL 0x813D
#define GL_SMOOTH_POINT_SIZE_RANGE 0x0B12
#define GL_SMOOTH_POINT_SIZE_GRANULARITY 0x0B13
#define GL_SMOOTH_LINE_WIDTH_RANGE 0x0B22
#define GL_SMOOTH_LINE_WIDTH_GRANULARITY 0x0B23
#define GL_ALIASED_LINE_WIDTH_RANGE 0x846E
#define GL_RESCALE_NORMAL 0x803A
#define GL_LIGHT_MODEL_COLOR_CONTROL 0x81F8
#define GL_SINGLE_COLOR 0x81F9
#define GL_SEPARATE_SPECULAR_COLOR 0x81FA
#define GL_ALIASED_POINT_SIZE_RANGE 0x846D
typedef void (APIENTRYP PFNGLDRAWRANGEELEMENTSPROC) (GLenum mode, GLuint start, GLuint end, GLsizei count, GLenum type, const void *indices);
typedef void (APIENTRYP PFNGLTEXIMAGE3DPROC) (GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLenum format, GLenum type, const void *pixels);
typedef void (APIENTRYP PFNGLTEXSUBIMAGE3DPROC) (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, const void *pixels);
typedef void (APIENTRYP PFNGLCOPYTEXSUBIMAGE3DPROC) (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLint x, GLint y, GLsizei width, GLsizei height);
#ifdef GL_GLEXT_PROTOTYPES
GLAPI void APIENTRY glDrawRangeElements (GLenum mode, GLuint start, GLuint end, GLsizei count, GLenum type, const void *indices);
GLAPI void APIENTRY glTexImage3D (GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLenum format, GLenum type, const void *pixels);
GLAPI void APIENTRY glTexSubImage3D (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, const void *pixels);
GLAPI void APIENTRY glCopyTexSubImage3D (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLint x, GLint y, GLsizei width, GLsizei height);
#endif
#endif /* GL_VERSION_1_2 */
#ifndef GL_VERSION_1_3
#define GL_VERSION_1_3 1
#define GL_TEXTURE0 0x84C0
#define GL_TEXTURE1 0x84C1
#define GL_TEXTURE2 0x84C2
#define GL_TEXTURE3 0x84C3
#define GL_TEXTURE4 0x84C4
#define GL_TEXTURE5 0x84C5
#define GL_TEXTURE6 0x84C6
#define GL_TEXTURE7 0x84C7
#define GL_TEXTURE8 0x84C8
#define GL_TEXTURE9 0x84C9
#define GL_TEXTURE10 0x84CA
#define GL_TEXTURE11 0x84CB
#define GL_TEXTURE12 0x84CC
#define GL_TEXTURE13 0x84CD
#define GL_TEXTURE14 0x84CE
#define GL_TEXTURE15 0x84CF
#define GL_TEXTURE16 0x84D0
#define GL_TEXTURE17 0x84D1
#define GL_TEXTURE18 0x84D2
#define GL_TEXTURE19 0x84D3
#define GL_TEXTURE20 0x84D4
#define GL_TEXTURE21 0x84D5
#define GL_TEXTURE22 0x84D6
#define GL_TEXTURE23 0x84D7
#define GL_TEXTURE24 0x84D8
#define GL_TEXTURE25 0x84D9
#define GL_TEXTURE26 0x84DA
#define GL_TEXTURE27 0x84DB
#define GL_TEXTURE28 0x84DC
#define GL_TEXTURE29 0x84DD
#define GL_TEXTURE30 0x84DE
#define GL_TEXTURE31 0x84DF
#define GL_ACTIVE_TEXTURE 0x84E0
#define GL_MULTISAMPLE 0x809D
#define GL_SAMPLE_ALPHA_TO_COVERAGE 0x809E
#define GL_SAMPLE_ALPHA_TO_ONE 0x809F
#define GL_SAMPLE_COVERAGE 0x80A0
#define GL_SAMPLE_BUFFERS 0x80A8
#define GL_SAMPLES 0x80A9
#define GL_SAMPLE_COVERAGE_VALUE 0x80AA
#define GL_SAMPLE_COVERAGE_INVERT 0x80AB
#define GL
没有合适的资源?快使用搜索试试~ 我知道了~
将 qt-everywhere-src-5.14.2 进行 aarch64-none-linux-gnu 编译安装后的文件
共2000个文件
h:2000个
需积分: 0 7 下载量 131 浏览量
2024-06-28
15:52:45
上传
评论
收藏 85.76MB RAR 举报
温馨提示
在 windows 平台将 qt-everywhere-src-5.14.2 进行 aarch64-none-linux-gnu 编译安装后的文件
资源推荐
资源详情
资源评论
收起资源包目录
将 qt-everywhere-src-5.14.2 进行 aarch64-none-linux-gnu 编译安装后的文件 (2000个子文件)
qopenglext.h 836KB
qlocale_data_p.h 713KB
valgrind_p.h 389KB
qromancalendar_data_p.h 324KB
qopenglfunctions_4_5_compatibility.h 279KB
qopenglfunctions_4_4_compatibility.h 241KB
qopenglfunctions_4_3_compatibility.h 235KB
qopenglfunctions_4_2_compatibility.h 223KB
qopengles2ext.h 222KB
qopenglfunctions_4_1_compatibility.h 219KB
qurltlds_p.h 210KB
qopenglfunctions_4_0_compatibility.h 193KB
qopenglfunctions_4_5_core.h 181KB
qopenglfunctions_3_3_compatibility.h 180KB
qopenglfunctions_3_2_compatibility.h 166KB
qopenglfunctions_4_4_core.h 148KB
qopenglfunctions_3_0.h 147KB
qhijricalendar_data_p.h 142KB
qopenglfunctions_4_3_core.h 138KB
qopenglfunctions_2_1.h 127KB
qopenglfunctions_4_2_core.h 126KB
qopenglfunctions_2_0.h 125KB
qopenglfunctions_4_1_core.h 122KB
qopenglextrafunctions.h 113KB
qopenglversionfunctions.h 111KB
qstring.h 108KB
qtimezoneprivate_data_p.h 108KB
qopenglfunctions_1_5.h 104KB
qjalalicalendar_data_p.h 104KB
qopenglfunctions_1_4.h 100KB
qtconcurrentstoredfunctioncall.h 97KB
qopenglfunctions_4_0_core.h 97KB
qopenglfunctions_1_3.h 91KB
qopenglfunctions_3_3_core.h 85KB
qmetatype.h 84KB
qrasterdefs_p.h 80KB
qopenglfunctions_1_2.h 79KB
qopenglfunctions.h 78KB
cp949codetbl_p.h 72KB
qopenglfunctions_3_2_core.h 70KB
qxmlstream_p.h 69KB
qopenglfunctions_1_1.h 67KB
qtconcurrentrun.h 65KB
qopenglfunctions_3_1.h 64KB
qopenglfunctions_1_0.h 60KB
qnamespace.h 59KB
qopengltexturehelper_p.h 51KB
qcompilerdetection.h 51KB
qrhi_p.h 49KB
qdrawhelper_p.h 46KB
qglobal.h 46KB
qmap.h 42KB
qlist.h 41KB
qevdevkeyboard_defaultmap_p.h 40KB
qvector.h 40KB
qtextformat.h 39KB
qopenglengineshadersource_p.h 38KB
qhash.h 38KB
qmatrix4x4.h 38KB
qevent.h 37KB
qlocale.h 36KB
qrhivulkan_p_p.h 35KB
qaccessible.h 35KB
qsharedpointer_impl.h 34KB
qrect.h 34KB
qquickitem_p.h 34KB
qcolor.h 33KB
qopenglfunctions_es2.h 33KB
qpainter.h 32KB
qopengltexture.h 31KB
qvariant.h 31KB
qbytearray.h 30KB
qalgorithms.h 29KB
qsslsocket_openssl_symbols_p.h 29KB
qrhigles2_p_p.h 29KB
qsgbatchrenderer_p.h 29KB
qquickevents_p_p.h 27KB
qobject.h 27KB
qcssparser_p.h 26KB
qobjectdefs.h 26KB
qrhid3d11_p_p.h 26KB
qfragmentmap_p.h 26KB
qchar.h 25KB
qtextengine_p.h 24KB
qobject_p.h 24KB
qjson_p.h 23KB
qobjectdefs_impl.h 23KB
qtestcase.h 22KB
qdom.h 22KB
qvarlengtharray.h 21KB
qvulkanfunctions.h 21KB
qabstractitemmodel.h 21KB
qwindowsysteminterface_p.h 21KB
qblendfunctions_p.h 21KB
qxmlstream.h 21KB
qopenglengineshadermanager_p.h 20KB
qwindowsysteminterface.h 20KB
qatomic_msvc.h 20KB
qdebug.h 20KB
qrhi_p_p.h 20KB
共 2000 条
- 1
- 2
- 3
- 4
- 5
- 6
- 20
资源评论
whongfa
- 粉丝: 22
- 资源: 5
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功