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
553 stars 95 forks source link

Cannot resolve type: 'uint64_t2' #251

Open tom-huntington opened 1 year ago

tom-huntington commented 1 year ago

In shader model 6, I think, the uint64_t type was added as well as the vector equivalents.

Maybe the linter is not picking up the shader version correctly or something.

Also it the severity icon is the same for a compile error (🗙), rather than a intellisence one (abc)