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

Syntax checker does not support HLSL Dynamic Resources #254

Open dreamer1995 opened 11 months ago

dreamer1995 commented 11 months ago

There is something new in shader model 6.6, dynamic resources. https://microsoft.github.io/DirectX-Specs/d3d/HLSL_SM_6_6_DynamicResources.html However, the syntax checker will report "HLSL0033 Variable 'ResourceDescriptorHeap' is not declared.". ResourceDescriptorHeap is a built-in variable in shader model 6.6.