DDS

From Valve Developer Community
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Stub

This article or section is a stub. You can help by expanding 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