tgjones / HlslTools

A Visual Studio extension that provides enhanced support for editing High Level Shading Language (HLSL) files
http://timjones.io/blog/archive/2016/04/25/hlsl-tools-for-visual-studio-v1.0-released
Other
568 stars 98 forks source link

"typedef" makes VS2015 IDE crashed #74

Closed fesdobat closed 7 years ago

fesdobat commented 7 years ago

typedef VS_OUTPUT PS_INPUT;

"typedef" is OK with D3D11 shader compiler; but when I'm trying the hlsl tool and get it installed, I open a .hlsl file including "typedef", and then the VS IDE get crashed.

tgjones commented 7 years ago

By coincidence, I think I fixed that exact issue earlier today (#64).

Please could you try v1.0.180 from here, and let me know if you still have the crash? http://vsixgallery.com/extension/7def6c01-a05e-42e6-953d-3fdea1891737/

fesdobat commented 7 years ago

OK, It's now fixed with v1.0.180. thank you.