0

PVR texture format from Imaginations. Defined in PVRTexLibGlobals.h

What is difference with texture formats? MGLPT_PVRTC4 vs OGL_PVRTC4

I have used OGL_PVRTC4 before. Does MGLPT_PVRTC4 is exactly same? My code broke when some tool gave MGLPT_PVRTC4 texture. I am wondering how should we process MGLPT_PVRTC4 textures.

Max
  • 6,286
  • 5
  • 44
  • 86

1 Answers1

2

The best place to ask would be at the PowerVR Insider forum (http://forum.imgtec.com/categories/powervr-graphics). FWIW, MGL is an old API that pre-dates OpenGL ES 1.0 (and the latter recently turned 10).

It is extremely likely that the ordering of the contents of the file will have changed between the two.

Simon F
  • 1,036
  • 8
  • 23