Compressed Textures

A large sequence of full resolution texture images may also be too large for main memory.

We can use compressed textures to reduce the amount of memory needed.

A compressed texture can also download faster.

  glCompressedTexImage2DARB(GL_TEXTURE_2D, 0, format, xdim, ydim,
                            0, size, imageData)