DDS

From Valve Developer Community
Jump to: navigation, search

Stub

This article or section is a stub. You can help by adding to it.

DDS (DirectDraw Surface) is an texture format developed by Microsoft for DirectX 7 which stores textures in formats that can read directly by the GPU. Although designed for DirectX, it also sees frequent use with non-DirectX APIs due to its popularity.

DDS files can be remuxed to or from VTF or VTEX_C files without image reencoding, however mipmaps will need to be rearranged; DDS stores mipmaps from largest to smallest, whereas VTF and VTEX_C store mipmaps from smallest to largest.

See also