Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 653 Bytes

README.md

File metadata and controls

14 lines (8 loc) · 653 Bytes

Shader Compilers Binaries

This repository contains Releases for the latest stables binaries of different shader compilers for multiple platforms.

It currently provides:

  • DirectXShaderCompiler (MacOS x64, MacOS arm64)
  • SPIRV-Cross (Windows x64, Linux x64, MacOS x64, MacOS arm64)

Important

Those compiled binaries are not officially supported.

Please note that the MacOS versions of DirectXShaderCompiler doesn't contain dxil library. It means it is not possible to compile DXIL shaders that are signed (They will not run on a prod Windows install). You can use it however to compile HLSL to SPIRV and to transcompile it to something else.