Skip to content

Commit

Permalink
Remove SRGB_ALPHA_BPTC_Format. (#585)
Browse files Browse the repository at this point in the history
  • Loading branch information
Methuselah96 authored Aug 25, 2023
1 parent d71f5c6 commit 89f60a2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions types/three/src/constants.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -596,7 +596,6 @@ export const RGBA_ASTC_12x12_Format: 37821;
* @remarks Require support for the _EXT_texture_compression_bptc_ WebGL extension.
*/
export const RGBA_BPTC_Format: 36492;
export const SRGB_ALPHA_BPTC_Format = 36493;
export const RGB_BPTC_SIGNED_Format = 36494;
export const RGB_BPTC_UNSIGNED_Format = 36495;

Expand Down Expand Up @@ -637,7 +636,6 @@ export type CompressedPixelFormat =
| typeof RGBA_ASTC_12x10_Format
| typeof RGBA_ASTC_12x12_Format
| typeof RGBA_BPTC_Format
| typeof SRGB_ALPHA_BPTC_Format
| typeof RGB_BPTC_SIGNED_Format
| typeof RGB_BPTC_UNSIGNED_Format
| typeof RED_RGTC1_Format
Expand Down

0 comments on commit 89f60a2

Please sign in to comment.