DDS

From Valve Developer Community
Revision as of 13:02, 3 April 2024 by SirYodaJedi (talk | contribs) (Created page with "{{stub}} '''DDS''' ('''D'''irect'''D'''raw '''S'''urface) is an texture format developed by Microsoft for DirectX 7 which stores textures in formats that...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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