HansKristian-Work / dxil-spirv

DXIL conversion to SPIR-V for D3D12 translation libraries
Other
165 stars 32 forks source link

Failed to parse #193

Closed 648326374 closed 3 months ago

648326374 commented 3 months ago

fail

K0bin commented 3 months ago

Maybe attach the shaders that it fails to parse.

648326374 commented 3 months ago

The shader in the company can't be exported.The shader is transferred from dxbc.

648326374 commented 3 months ago

2.cso.txt I've reproduced it. This is dxil converted from dxbc

648326374 commented 3 months ago

image use dxc can parse it. dxc.exe -dumpbin C:\Users\Administrator\Desktop\2.cso.txt

648326374 commented 3 months ago

I have fixed this bug, can I submit the code

HansKristian-Work commented 3 months ago

Fix is on master.