• ASTC encoder options for single channel (luminance) textures
    Hi, what would be the best/correct way to encode a single-channel luminance texture with the astc-encoder ? Since encoding time is important I would like to give this "hint" to the encoder instead of...
  • ASTC encoder options for single channel (luminance) textures
    Hi, what would be the best/correct way to encode a single-channel luminance texture with the astc-encoder ? Since encoding time is important I would like to give this "hint" to the encoder instead of...
  • Why can I not load compressed textures created with astc-encoder in glCompressedTexImage2D?
    Hi, For some reason, I cannot seem to load textures created with astc-encoder (from ARM-software/astc-encoder · GitHub ) using glCompressedTexImage2D on an Android device. (Using the Oculus Mobile SDK...
  • Why can I not load compressed textures created with astc-encoder in glCompressedTexImage2D?
    Hi, For some reason, I cannot seem to load textures created with astc-encoder (from ARM-software/astc-encoder · GitHub ) using glCompressedTexImage2D on an Android device. (Using the Oculus Mobile SDK...
  • Does Mali's Astc encoder scan textures from top-to-bottom or from bottom-to-top.
    Does Mali's Astc encoder scan textures from top-to-bottom or from bottom-to-top.  When decoding Astc textures, it appears to be bottom-to-top, but a Microsoft document indicates that it is top-to-bottom...