Skip to Content

directx-dxc v2024-07-31

Created
Updated

DirectX Shader Compiler (LLVM/Clang)

# Usage

The DirectX Shader Compiler package provides CMake targets:

find_package(directx-dxc CONFIG REQUIRED)
target_link_libraries(main PRIVATE Microsoft::DirectXShaderCompiler) 

The CMake variable DIRECTX_DXC_TOOL is also set to point to the appropriate DXC command-line tool.

# License

Unspecified

# Supported Platforms

(windows & !arm32 & !uwp & !xbox) | (linux & x64)

  • linux
  • windows
  • osx
  • uwp

# Features

No features defined.

# Dependencies

  • zlib

    Platforms: linux & !static

No transitive dependencies.

# Host Dependencies

No transitive dependencies.

# Dependents

# Host Dependents

# Contributors

  • Chuck Walbourn's avatar Chuck Walbourn
  • Pirmin Pfeifer's avatar Pirmin Pfeifer
  • Mengna-Li's avatar Mengna-Li

# Changelog

  • 7f74e01 [directx-dxc] fix error location path (#41554)
  • 3754416 [directx-dxc] fix libdxil.so not found (#41439)
  • 7516a02 [directx-dxc] Update for July 2024 release (#40204)
  • 6dd9fb8 [directx-dxc, directx12-agility] updates ports for latest releases (#39007)
  • 8d10e65 [directx-dxc] Update for March 2024 patch 2 release (#37973)
  • 3eb124f [directx-dxc] Update for March 2024 patch 1 release (#37629)
  • c039e36 [directx-dxc] Fix port bug with TARGET_RUNTIME_DLLS (#37401)
  • dbb323c [directx-dxc, directx-headers] Update for March 2024 release (#37382)
  • bae4893 [directx-dxc, directxtk, directxtk12, directxtex] September 2023 update (#33623)
  • a6054cc [directx-dxc] Fix missing dxil.dll install (#33095)
and 6 more commits:

# Source