Re: PVRTC textures in JOGL2?
Posted by asambol on Oct 15, 2013; 9:31am
URL: https://forum.jogamp.org/PVRTC-textures-in-JOGL2-tp4030250p4030256.html
What PVRTC type enum are you reffering to?
My approach was to create a new TextureProvider, lets say PVRTCTextureProvider, which would contain logic for creating TextureData. However, constructor for TextureData requires stuff like width, height etc which I can only obtain by decoding the file.