Compressed Texture Resources

A version of this page is also available for

Windows Embedded CE 6.0 R3

4/8/2010

Texture maps are digitized images drawn on three-dimensional shapes to add visual detail. They are mapped onto these shapes during rasterization, and the process can consume large amounts of both the system bus and memory. To reduce the amount of memory consumed by textures, Microsoft® Direct3D® Mobile supports the compression of texture surfaces. Some Direct3D Mobile devices support compressed texture surfaces natively. On such devices, once you have created a compressed surface and loaded the data into it, the surface can be used in Direct3D Mobile like any other texture surface. Direct3D Mobile handles decompression when the texture is mapped to a 3-D object.

The following topics contain additional information about compressed textures.

See Also

Concepts

Textures