mach-dxcompiler
mach-dxcompiler copied to clipboard
DXC built using Zig
## Description Multiple new options have been added to the build system in order to build mach-dxcompiler for more various use cases, and an addition to the API has been...
- [x] By selecting this checkbox, I agree to license my contributions to this project under the license(s) described in the LICENSE file, and I have the right to do...
Replaced deprecated `utf16leToUtf8Alloc` with `utf16LeToUtf8Alloc` and also `MAX_PATH_BYTES` with `max_path_bytes`. With this I can build build.zig with 2024.11.0-mach. Unable to build the dxcompiler though so I couldn't test that. -...
This works correctly on my Linux host, and I can cross compile to all supported platforms, but this fails on a macOS host due to ziglang/zig#20313, and we can't mark...
This PR integrates the changes from https://github.com/hexops/mach-dxcompiler/pull/8 alongside some additional fixes. With these fixes, I am able to build the `windows-msvc` target on my machine. In addition, this PR adds...
- [x] By selecting this checkbox, I agree to license my contributions to this project under the license(s) described in the LICENSE file, and I have the right to do...