Skip to content

Commit b93a6f0

Browse files
committed
feature: Add constants for RGTC compressed textures
three.js side: mrdoob/three.js#25180
1 parent 16b0f37 commit b93a6f0

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

types/three/src/constants.d.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -270,6 +270,12 @@ export const RGBA_ASTC_12x12_Format: CompressedPixelFormat;
270270
// BPTC compressed texture formats
271271
export const RGBA_BPTC_Format: CompressedPixelFormat;
272272

273+
// RGTC compressed texture formats
274+
export const RED_RGTC1_Format: CompressedPixelFormat;
275+
export const SIGNED_RED_RGTC1_Format: CompressedPixelFormat;
276+
export const RED_GREEN_RGTC2_Format: CompressedPixelFormat;
277+
export const SIGNED_RED_GREEN_RGTC2_Format: CompressedPixelFormat;
278+
273279
// Loop styles for AnimationAction
274280
export enum AnimationActionLoopStyles {}
275281
export const LoopOnce: AnimationActionLoopStyles;

0 commit comments

Comments
 (0)