15bd8deadSopenharmony_ci#ifndef __glsc2_glsc2ext_h_ 25bd8deadSopenharmony_ci#define __glsc2_glsc2ext_h_ 1 35bd8deadSopenharmony_ci 45bd8deadSopenharmony_ci#ifdef __cplusplus 55bd8deadSopenharmony_ciextern "C" { 65bd8deadSopenharmony_ci#endif 75bd8deadSopenharmony_ci 85bd8deadSopenharmony_ci/* 95bd8deadSopenharmony_ci** Copyright 2013-2020 The Khronos Group Inc. 105bd8deadSopenharmony_ci** SPDX-License-Identifier: MIT 115bd8deadSopenharmony_ci** 125bd8deadSopenharmony_ci** This header is generated from the Khronos OpenGL / OpenGL ES XML 135bd8deadSopenharmony_ci** API Registry. The current version of the Registry, generator scripts 145bd8deadSopenharmony_ci** used to make the header, and the header can be found at 155bd8deadSopenharmony_ci** https://github.com/KhronosGroup/OpenGL-Registry 165bd8deadSopenharmony_ci*/ 175bd8deadSopenharmony_ci 185bd8deadSopenharmony_ci#ifndef GL_APIENTRYP 195bd8deadSopenharmony_ci#define GL_APIENTRYP GL_APIENTRY* 205bd8deadSopenharmony_ci#endif 215bd8deadSopenharmony_ci 225bd8deadSopenharmony_ci/* Generated on date 20230220 */ 235bd8deadSopenharmony_ci 245bd8deadSopenharmony_ci/* Generated C header for: 255bd8deadSopenharmony_ci * API: glsc2 265bd8deadSopenharmony_ci * Profile: common 275bd8deadSopenharmony_ci * Versions considered: 2\.[0-9] 285bd8deadSopenharmony_ci * Versions emitted: _nomatch_^ 295bd8deadSopenharmony_ci * Default extensions included: glsc2 305bd8deadSopenharmony_ci * Additional extensions included: _nomatch_^ 315bd8deadSopenharmony_ci * Extensions removed: _nomatch_^ 325bd8deadSopenharmony_ci */ 335bd8deadSopenharmony_ci 345bd8deadSopenharmony_ci#ifndef GL_OES_depth24 355bd8deadSopenharmony_ci#define GL_OES_depth24 1 365bd8deadSopenharmony_ci#define GL_DEPTH_COMPONENT24_OES 0x81A6 375bd8deadSopenharmony_ci#endif /* GL_OES_depth24 */ 385bd8deadSopenharmony_ci 395bd8deadSopenharmony_ci#ifndef GL_OES_depth32 405bd8deadSopenharmony_ci#define GL_OES_depth32 1 415bd8deadSopenharmony_ci#define GL_DEPTH_COMPONENT32_OES 0x81A7 425bd8deadSopenharmony_ci#endif /* GL_OES_depth32 */ 435bd8deadSopenharmony_ci 445bd8deadSopenharmony_ci#ifndef GL_OES_rgb8_rgba8 455bd8deadSopenharmony_ci#define GL_OES_rgb8_rgba8 1 465bd8deadSopenharmony_ci#define GL_RGB8_OES 0x8051 475bd8deadSopenharmony_ci#define GL_RGBA8_OES 0x8058 485bd8deadSopenharmony_ci#endif /* GL_OES_rgb8_rgba8 */ 495bd8deadSopenharmony_ci 505bd8deadSopenharmony_ci#ifndef GL_OES_standard_derivatives 515bd8deadSopenharmony_ci#define GL_OES_standard_derivatives 1 525bd8deadSopenharmony_ci#define GL_FRAGMENT_SHADER_DERIVATIVE_HINT_OES 0x8B8B 535bd8deadSopenharmony_ci#endif /* GL_OES_standard_derivatives */ 545bd8deadSopenharmony_ci 555bd8deadSopenharmony_ci#ifndef GL_EXT_texture_compression_s3tc 565bd8deadSopenharmony_ci#define GL_EXT_texture_compression_s3tc 1 575bd8deadSopenharmony_ci#define GL_COMPRESSED_RGB_S3TC_DXT1_EXT 0x83F0 585bd8deadSopenharmony_ci#define GL_COMPRESSED_RGBA_S3TC_DXT1_EXT 0x83F1 595bd8deadSopenharmony_ci#define GL_COMPRESSED_RGBA_S3TC_DXT3_EXT 0x83F2 605bd8deadSopenharmony_ci#define GL_COMPRESSED_RGBA_S3TC_DXT5_EXT 0x83F3 615bd8deadSopenharmony_ci#endif /* GL_EXT_texture_compression_s3tc */ 625bd8deadSopenharmony_ci 635bd8deadSopenharmony_ci#ifndef GL_IMG_tile_region_protection 645bd8deadSopenharmony_ci#define GL_IMG_tile_region_protection 1 655bd8deadSopenharmony_ci#define GL_TRP_IMG 0x8EA0 665bd8deadSopenharmony_ci#define GL_TRP_ERROR_CONTEXT_RESET_IMG 0x8EA1 675bd8deadSopenharmony_ci#define GL_TRP_UNSUPPORTED_CONTEXT_IMG 0x8EA2 685bd8deadSopenharmony_ci#endif /* GL_IMG_tile_region_protection */ 695bd8deadSopenharmony_ci 705bd8deadSopenharmony_ci#ifdef __cplusplus 715bd8deadSopenharmony_ci} 725bd8deadSopenharmony_ci#endif 735bd8deadSopenharmony_ci 745bd8deadSopenharmony_ci#endif 75