DirectXTex texture processing library
The DirectXTex package provides CMake targets:
find_package(directxtex CONFIG REQUIRED)
target_link_libraries(main PRIVATE Microsoft::DirectXTex)
For the 'xbox' feature, it defaults to targeting Xbox Series X|S. To set it to Xbox One,
create a custom triplet from x64-windows with the addition of the following:
if (PORT STREQUAL "directxtex")
set(DIRECTXTEX_XBOX_CONSOLE_TARGET "xboxone")
endif()
Build with DirectX11 support
Build with DirectX12 support for Windows 10/Windows 11
Add the JPEG auxiliary functions
Enable OpenEXR support
Add the PNG auxiliary functions
Build Spectre-mitigated library
texture command-line tools
Adds Xbox specific extensions to the library
v2024-10-28#0
(windows & !arm32) | linux
MIT
Manifest