1. Home
  2. Browse
  3. directxtex

directxtex

v2024-10-28#0Latest

DirectXTex texture processing library

Install

Run the following Vcpkg command to install the port.

vcpkg install directxtex

Usage

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()

Features

Dependencies

See source

Version

v2024-10-28#0

Publication

Supports

(windows & !arm32) | linux

GitHub

Microsoft/DirectXTex1.9K

Homepage

github.com/Microsoft/DirectXTex

Documentation

github.com/microsoft/DirectXTex/wiki

Subtree

0f16cea155

License

MIT

Definition

Manifest