dxil-spirv icon indicating copy to clipboard operation
dxil-spirv copied to clipboard

DXIL conversion to SPIR-V for D3D12 translation libraries

Results 7 dxil-spirv issues
Sort by recently updated
recently updated
newest added

we can get the variable names and register binding, but the glsl outputs do not contain them

For some cases, it could be interesting to go in the opposite direction (SPIR-V to DXIL), what would you believe would be the level of difficulty in implementing this?

Potentially, it makes a lot of sense, but it's too buggy to enable.

convert fail with prompt "can't found dxil blob" [Code2.zip](https://github.com/HansKristian-Work/dxil-spirv/files/11067590/Code2.zip)

When I reference the static library dxil-spirv-c-static.lib in my project, an error occurs in the `bool Converter::Impl::emit_resources()` function, and the address of the `resource_mapping_iface` is the problem.