gongminmin / Dilithium

Dilithium is a bidirectional shader converter for converting between DXIL and SPIR-V.
MIT License
166 stars 13 forks source link

DXBC support #6

Open disks86 opened 7 years ago

disks86 commented 7 years ago

If possible it would be helpful to have DXBC to SPIR-V conversion support. To be perfectly honest it would save me the trouble of writing it for my project VK9. https://github.com/disks86/VK9

gongminmin commented 7 years ago

I do have a project about trans-compile DXBC to GLSL https://github.com/gongminmin/KlayGE/tree/develop/DXBC2GLSL. I don't think it would be hard to retarget it to SPIR-V. But I don't have enough time to do it for now. Could be a goal of Dilithium in the future.