We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16b0f37 commit b93a6f0Copy full SHA for b93a6f0
types/three/src/constants.d.ts
@@ -270,6 +270,12 @@ export const RGBA_ASTC_12x12_Format: CompressedPixelFormat;
270
// BPTC compressed texture formats
271
export const RGBA_BPTC_Format: CompressedPixelFormat;
272
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
+
279
// Loop styles for AnimationAction
280
export enum AnimationActionLoopStyles {}
281
export const LoopOnce: AnimationActionLoopStyles;
0 commit comments