*dst | Twiddled texture (output) |
*src | Rectangle texture (input) |
size | Texture width (length) |
No attachment to global index header or PVR header.
Uint16 texsrc[128*128]; Uint16 texdst[128*128]; /* texsrc of Rectangle format converted to Twiddled-NoMipmap format texture, and results returned to texdst */ njTwiddledTexture( texdst, texsrc, 128);