Re: PVRTC textures in JOGL2?
Posted by
Sven Gothel on
Oct 14, 2013; 2:37pm
URL: https://forum.jogamp.org/PVRTC-textures-in-JOGL2-tp4030250p4030252.html
On 10/14/2013 03:38 PM, asambol [via jogamp] wrote:
> I see TextureIO doesn't have a TextureProvider for Imagination Technologies'
> PVRTC texture format.
>
> What would be the easiest way to use PVRTC textures in JOGL2?
Hi Alan,
since we do not need to decode the data (like w/ JPG, PNG, ..)
one can simply read the binary data and push it
as texture data using that PVRTC type enum ..
If you like to add this type to TextureIO to easy loading the data
you are more than welcome .. I will assist (pls use git).
Hope this helps.
Cheers, Sven