Wordaround for GL_TEXTURE_RECTANGLE_ARB GL_REPEAT issue

Started by
10 comments, last by savage 15 years, 4 months ago
Quote:Original post by savage
So can I use gluBuild2DMipmaps for this or will I need to hand code it?
Either way, although you may want to try hand-coding if you find gluBuild2DMipmaps too slow - it isn't terribly efficient, especially for large images.

Tristam MacDonald. Ex-BigTech Software Engineer. Future farmer. [https://trist.am]

Advertisement
Thanks for everyone's help. I'll use gluBuild2DMipMaps for now as that appears to work and if it ends up being a bottle neck, then I'll think about rewriting it, or asking the users to beef up their machines ;-).

Thanks again.
http://www.PascalGameDevelopment.com := go on, write a game instead;

This topic is closed to new replies.

Advertisement