This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Bad astc textures with astc-encoder

Hello.

I'm using the latest version of astcenc.exe from https://github.com/ARM-software/astc-encoder and have problems with several textures. 

For example:

astcenc.exe -c "Build_Foam.tga" "Build_Foam.astc" 8x8 -fast

astcenc.exe -d "Build_Foam.astc" "Build_Foam.astc.tga"

https://www.dropbox.com/s/vbgouzlqrf799g8/Build_Foam.tga?dl=0

https://www.dropbox.com/s/r11hzq3op7igj7f/Build_Foam.astc.tga?dl=0

But if I specify -hdra flag then the astc textures are ok. What I'm doing wrong?