c++opengltexturesdirectdraw

DDS texture loading


How would I load a dds texture file into an OpenGL 2dtexture or cube map texture?


Solution

  • I believe you use the glCompressedTexImage2DARB method and its friends.

    This PDF seems to contain some promising info that may be helpful to you.