Skip to content

Commit

Permalink
Add note about dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
thatcosmonaut committed Oct 25, 2024
1 parent 15d4bea commit 03d7929
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ This library also provides a command line interface for offline translation of s

For SPIRV translation, this library depends on SPIRV-Cross: https://github.com/KhronosGroup/SPIRV-Cross
For compiling to DXIL, dxcompiler.dll and dxil.dll are required (or your platform's equivalent).
These dependencies can be obtained in the Vulkan SDK: https://vulkan.lunarg.com/
It is strongly recommended that you ship these dependencies along with your application.
For compiling to DXBC, d3dcompiler_47 is shipped with Windows. Other platforms require vkd3d-utils.

This library is under the zlib license, see LICENSE.txt for details.

0 comments on commit 03d7929

Please sign in to comment.