2
0
Эх сурвалжийг харах

Merge pull request #20526 from djytw/ts-missing-declaration

TS: Add missing DataTexture2DArray declaration
Mr.doob 4 жил өмнө
parent
commit
488e07e4b1
1 өөрчлөгдсөн 1 нэмэгдсэн , 0 устгасан
  1. 1 0
      src/Three.d.ts

+ 1 - 0
src/Three.d.ts

@@ -25,6 +25,7 @@ export * from './objects/Points';
 export * from './objects/Group';
 export * from './textures/VideoTexture';
 export * from './textures/DataTexture';
+export * from './textures/DataTexture2DArray';
 export * from './textures/DataTexture3D';
 export * from './textures/CompressedTexture';
 export * from './textures/CubeTexture';