download
raw
434 Bytes
import { ClampToEdgeWrapping } from '../constants.js';
import { CompressedTexture } from './CompressedTexture.js';
class CompressedArrayTexture extends CompressedTexture {
constructor( mipmaps, width, height, depth, format, type ) {
super( mipmaps, width, height, format, type );
this.isCompressedArrayTexture = true;
this.image.depth = depth;
this.wrapR = ClampToEdgeWrapping;
}
}
export { CompressedArrayTexture };

Xet Storage Details

Size:
434 Bytes
·
Xet hash:
4b46d746f109985129767aab724ab40122269248c37384abf702e5d23c384b44

Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.