File tree Expand file tree Collapse file tree 5 files changed +193
-165
lines changed Expand file tree Collapse file tree 5 files changed +193
-165
lines changed Original file line number Diff line number Diff line change @@ -14878,6 +14878,13 @@ interface WEBGL_compressed_texture_etc1 {
1487814878 readonly COMPRESSED_RGB_ETC1_WEBGL: 0x8D64;
1487914879}
1488014880
14881+ interface WEBGL_compressed_texture_pvrtc {
14882+ readonly COMPRESSED_RGB_PVRTC_4BPPV1_IMG: 0x8C00;
14883+ readonly COMPRESSED_RGB_PVRTC_2BPPV1_IMG: 0x8C01;
14884+ readonly COMPRESSED_RGBA_PVRTC_4BPPV1_IMG: 0x8C02;
14885+ readonly COMPRESSED_RGBA_PVRTC_2BPPV1_IMG: 0x8C03;
14886+ }
14887+
1488114888/** The WEBGL_compressed_texture_s3tc extension is part of the WebGL API and exposes four S3TC compressed texture formats. */
1488214889interface WEBGL_compressed_texture_s3tc {
1488314890 readonly COMPRESSED_RGB_S3TC_DXT1_EXT: 0x83F0;
@@ -18683,7 +18690,7 @@ type ResidentKeyRequirement = "discouraged" | "preferred" | "required";
1868318690type ResizeObserverBoxOptions = "border-box" | "content-box" | "device-pixel-content-box";
1868418691type ResizeQuality = "high" | "low" | "medium" | "pixelated";
1868518692type ResponseType = "basic" | "cors" | "default" | "error" | "opaque" | "opaqueredirect";
18686- type ScrollBehavior = "auto" | "smooth";
18693+ type ScrollBehavior = "auto" | "instant" | " smooth";
1868718694type ScrollLogicalPosition = "center" | "end" | "nearest" | "start";
1868818695type ScrollRestoration = "auto" | "manual";
1868918696type ScrollSetting = "" | "up";
Original file line number Diff line number Diff line change @@ -3343,6 +3343,13 @@ interface WEBGL_compressed_texture_etc1 {
33433343 readonly COMPRESSED_RGB_ETC1_WEBGL : 0x8D64 ;
33443344}
33453345
3346+ interface WEBGL_compressed_texture_pvrtc {
3347+ readonly COMPRESSED_RGB_PVRTC_4BPPV1_IMG : 0x8C00 ;
3348+ readonly COMPRESSED_RGB_PVRTC_2BPPV1_IMG : 0x8C01 ;
3349+ readonly COMPRESSED_RGBA_PVRTC_4BPPV1_IMG : 0x8C02 ;
3350+ readonly COMPRESSED_RGBA_PVRTC_2BPPV1_IMG : 0x8C03 ;
3351+ }
3352+
33463353/** The WEBGL_compressed_texture_s3tc extension is part of the WebGL API and exposes four S3TC compressed texture formats. */
33473354interface WEBGL_compressed_texture_s3tc {
33483355 readonly COMPRESSED_RGB_S3TC_DXT1_EXT : 0x83F0 ;
Original file line number Diff line number Diff line change @@ -3207,6 +3207,13 @@ interface WEBGL_compressed_texture_etc1 {
32073207 readonly COMPRESSED_RGB_ETC1_WEBGL : 0x8D64 ;
32083208}
32093209
3210+ interface WEBGL_compressed_texture_pvrtc {
3211+ readonly COMPRESSED_RGB_PVRTC_4BPPV1_IMG : 0x8C00 ;
3212+ readonly COMPRESSED_RGB_PVRTC_2BPPV1_IMG : 0x8C01 ;
3213+ readonly COMPRESSED_RGBA_PVRTC_4BPPV1_IMG : 0x8C02 ;
3214+ readonly COMPRESSED_RGBA_PVRTC_2BPPV1_IMG : 0x8C03 ;
3215+ }
3216+
32103217/** The WEBGL_compressed_texture_s3tc extension is part of the WebGL API and exposes four S3TC compressed texture formats. */
32113218interface WEBGL_compressed_texture_s3tc {
32123219 readonly COMPRESSED_RGB_S3TC_DXT1_EXT : 0x83F0 ;
Original file line number Diff line number Diff line change @@ -3497,6 +3497,13 @@ interface WEBGL_compressed_texture_etc1 {
34973497 readonly COMPRESSED_RGB_ETC1_WEBGL : 0x8D64 ;
34983498}
34993499
3500+ interface WEBGL_compressed_texture_pvrtc {
3501+ readonly COMPRESSED_RGB_PVRTC_4BPPV1_IMG : 0x8C00 ;
3502+ readonly COMPRESSED_RGB_PVRTC_2BPPV1_IMG : 0x8C01 ;
3503+ readonly COMPRESSED_RGBA_PVRTC_4BPPV1_IMG : 0x8C02 ;
3504+ readonly COMPRESSED_RGBA_PVRTC_2BPPV1_IMG : 0x8C03 ;
3505+ }
3506+
35003507/** The WEBGL_compressed_texture_s3tc extension is part of the WebGL API and exposes four S3TC compressed texture formats. */
35013508interface WEBGL_compressed_texture_s3tc {
35023509 readonly COMPRESSED_RGB_S3TC_DXT1_EXT : 0x83F0 ;
You can’t perform that action at this time.
0 commit comments