DataTexture2DArray and DataTexture3D do not support compressed textures.
There is WebGL2RenderingContext.compressedTexImage3D() however I’ve never worked with it so far. So I can’t tell how well it is supported in browsers.
In any event, compressedTexImage3D() is not used by three.js. Only texImage3D().
3 Likes