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

Having a technique named 'Technique' causes visual studio 2015 to crash #21

Closed tokula closed 8 years ago

tokula commented 8 years ago

As title says: "Having a technique named 'Technique' causes visual studio 2015 to crash". Found the bug accidently while renaming some techniques.

Loading this sample in visual studio makes it crash:

technique Technique
{
    pass Pass1
    {

    }
}
tgjones commented 8 years ago

Thanks - fixed!