WebGL: Error when creating texture from KTX ASTC 6x6 file #4365
-
In WebGL (in Chrome browser), I'm getting an error message when creating a texture from a KTX file, which was created with MIPGEN, using the following parameters: Run time error message: I've tracked down the format enum value: Here's the code I'm using (in TypeScript) Using Filament 1.10.3 ==== UPDATE: ==== |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
The answer seems to be: |
Beta Was this translation helpful? Give feedback.
The answer seems to be:
Don't assume like I did, that a certain format will be supported. I needed to use S3TC compression instead of (or in addition to) ASTC.