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
561 stars 97 forks source link

InstanceID() is not declared. #209

Closed Hearwindsaying closed 3 years ago

Hearwindsaying commented 3 years ago

According to HLSL reference: https://docs.microsoft.com/en-us/windows/win32/direct3d12/instanceid

It should be InstanceID() instead of InstanceId()?

image

tgjones commented 3 years ago

Thanks for the bug report!