Are there any tutorials that can teach me how to use mipmapping in my program? I already know how to generate mipmaps, but i want to find out how to read, load and use the pvr file in my program.

link|improve this question

bumping this post up – DrkZeraga Aug 4 '09 at 2:08
This isn't really about mipmaps; it's about compressed textures-- I've edited the tags & title. – quixoto Jun 21 '10 at 14:44
feedback

2 Answers

Apple details how to use PVRTC texture compression in their documentation here.

It covers using their "texturetool" to compress textures (which includes automatic mipmap chain generation), and then in code how to upload the textures.

link|improve this answer
feedback

Apple has very straight forward example code showing how to read PVR textures (including its mipmap chain).

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.