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

Mesh Shader Handling #208

Closed NicoM1 closed 3 years ago

NicoM1 commented 3 years ago

Hello,

The out indices and out vertices specifiers from the mesh shader spec, as seen here: https://microsoft.github.io/DirectX-Specs/d3d/MeshShader.html#example-1-passthrough, appear to be unrecognized by HLSL Tools, causing errors in the parsing, and messing up automatic indenting and formatting.

image

Thanks for your time, let me know if you need any more information, Nico.