File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -508,6 +508,11 @@ export const RGB_ETC2_Format: 37492;
508508 */
509509export const RGBA_ETC2_EAC_Format : 37496 ;
510510
511+ export const R11_EAC_Format : 37488 ;
512+ export const SIGNED_R11_EAC_Format : 37489 ;
513+ export const RG11_EAC_Format : 37490 ;
514+ export const SIGNED_RG11_EAC_Format : 37491 ;
515+
511516// ASTC compressed texture formats
512517
513518/**
@@ -598,6 +603,10 @@ export type CompressedPixelFormat =
598603 | typeof RGB_ETC1_Format
599604 | typeof RGB_ETC2_Format
600605 | typeof RGBA_ETC2_EAC_Format
606+ | typeof R11_EAC_Format
607+ | typeof SIGNED_R11_EAC_Format
608+ | typeof RG11_EAC_Format
609+ | typeof SIGNED_RG11_EAC_Format
601610 | typeof RGBA_ASTC_4x4_Format
602611 | typeof RGBA_ASTC_5x4_Format
603612 | typeof RGBA_ASTC_5x5_Format
You can’t perform that action at this time.
0 commit comments