Reading up on render targets image formats. Am I reading the documentation correctly, that you can only work with uncompressed RTs for mobile builds, or is DXT* supported on Android and iOS?
Or are the following:
render.FORMAT_RGB_DXT1
render.FORMAT_RGBA_DXT1
render.FORMAT_RGBA_DXT3
render.FORMAT_RGBA_DXT5
converted into ETC or PVRTC on mobile?