Explorar o código

Add missing DataTexture2DArray declaration for ts

djytw %!s(int64=4) %!d(string=hai) anos
pai
achega
11c6a21f02
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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';