Skip to content

Commit 5d50a5b

Browse files
authored
feat: Add constants for RGTC compressed textures (three-types#322)
1 parent 8e3661b commit 5d50a5b

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
@@ -266,6 +266,12 @@ export const RGBA_ASTC_12x12_Format: CompressedPixelFormat;
266266
// BPTC compressed texture formats
267267
export const RGBA_BPTC_Format: CompressedPixelFormat;
268268

269+
// RGTC compressed texture formats
270+
export const RED_RGTC1_Format: CompressedPixelFormat;
271+
export const SIGNED_RED_RGTC1_Format: CompressedPixelFormat;
272+
export const RED_GREEN_RGTC2_Format: CompressedPixelFormat;
273+
export const SIGNED_RED_GREEN_RGTC2_Format: CompressedPixelFormat;
274+
269275
// Loop styles for AnimationAction
270276
export enum AnimationActionLoopStyles {}
271277
export const LoopOnce: AnimationActionLoopStyles;

0 commit comments

Comments
 (0)