Hi everyone.
I am now in a situation where I need to use the ASTC Texture format in my Opengl ES 3.0 environment.
However, I can not apply Mipmap to ASTC format.
Sample Images (bmp, png) changed to ASTC Format using Mali Texture Compress tool.
However, when applying the mipmap provided by the tool, several images were created.
So, I tried using the glGenerateMipmap function with one of them, but it did not work.
Is there any other way to apply mipmap to ASTC format?
Thank you.
best regards.