← Package directory
Available on winget

Install DirectX Texture Assembler

Texassemble is a command-line tool from Microsoft's DirectXTex library, designed for assembling and processing texture arrays, cubemaps, volume maps, and other complex texture types.

Install with winget
winget install --id Microsoft.DirectXTex.Texassemble
Upgrade
winget upgrade --id Microsoft.DirectXTex.Texassemble
Uninstall
winget uninstall --id Microsoft.DirectXTex.Texassemble

About DirectX Texture Assembler

Texassemble is a command-line tool from Microsoft's DirectXTex library, designed for assembling and processing texture arrays, cubemaps, volume maps, and other complex texture types. It works alongside texconv (which handles single-texture operations) to create combined texture resources. Key Features: - Texture Arrays: Combines multiple 2D textures into a single texture array (.dds). - Cubemaps: Assembles six faces (or a strip) into a cubemap texture. - Volume Maps: Constructs 3D textures from a series of 2D slice...