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
- Pirmin Pfeifer
- Mengna-Li