Multitexturing with compressed textures?

Started by
0 comments, last by the darkening 22 years, 6 months ago
I know there are the extension functions "glCompressedTexImage2D" for compressed textures and "glMultiTexCoord3d/glActiveTexture" for multitexturing. Is there any function or possibility to multitexture compressed images? Or do I have to render multipass? Darkening
Advertisement
I''ve never used compressed textures, but aren''t the "glCompressedTexImage2D" set when creating the texture?

If so, it should work as an ordinary texture...

This topic is closed to new replies.

Advertisement