File tree 5 files changed +193
-165
lines changed
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 {
14878
14878
readonly COMPRESSED_RGB_ETC1_WEBGL: 0x8D64;
14879
14879
}
14880
14880
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
+
14881
14888
/** The WEBGL_compressed_texture_s3tc extension is part of the WebGL API and exposes four S3TC compressed texture formats. */
14882
14889
interface WEBGL_compressed_texture_s3tc {
14883
14890
readonly COMPRESSED_RGB_S3TC_DXT1_EXT: 0x83F0;
@@ -18683,7 +18690,7 @@ type ResidentKeyRequirement = "discouraged" | "preferred" | "required";
18683
18690
type ResizeObserverBoxOptions = "border-box" | "content-box" | "device-pixel-content-box";
18684
18691
type ResizeQuality = "high" | "low" | "medium" | "pixelated";
18685
18692
type ResponseType = "basic" | "cors" | "default" | "error" | "opaque" | "opaqueredirect";
18686
- type ScrollBehavior = "auto" | "smooth";
18693
+ type ScrollBehavior = "auto" | "instant" | " smooth";
18687
18694
type ScrollLogicalPosition = "center" | "end" | "nearest" | "start";
18688
18695
type ScrollRestoration = "auto" | "manual";
18689
18696
type ScrollSetting = "" | "up";
Original file line number Diff line number Diff line change @@ -3343,6 +3343,13 @@ interface WEBGL_compressed_texture_etc1 {
3343
3343
readonly COMPRESSED_RGB_ETC1_WEBGL : 0x8D64 ;
3344
3344
}
3345
3345
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
+
3346
3353
/** The WEBGL_compressed_texture_s3tc extension is part of the WebGL API and exposes four S3TC compressed texture formats. */
3347
3354
interface WEBGL_compressed_texture_s3tc {
3348
3355
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 {
3207
3207
readonly COMPRESSED_RGB_ETC1_WEBGL : 0x8D64 ;
3208
3208
}
3209
3209
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
+
3210
3217
/** The WEBGL_compressed_texture_s3tc extension is part of the WebGL API and exposes four S3TC compressed texture formats. */
3211
3218
interface WEBGL_compressed_texture_s3tc {
3212
3219
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 {
3497
3497
readonly COMPRESSED_RGB_ETC1_WEBGL : 0x8D64 ;
3498
3498
}
3499
3499
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
+
3500
3507
/** The WEBGL_compressed_texture_s3tc extension is part of the WebGL API and exposes four S3TC compressed texture formats. */
3501
3508
interface WEBGL_compressed_texture_s3tc {
3502
3509
readonly COMPRESSED_RGB_S3TC_DXT1_EXT : 0x83F0 ;
You can’t perform that action at this time.
0 commit comments