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

StructuredBuffer and Matrix types #45

Closed mrvux closed 7 years ago

mrvux commented 7 years ago

Hello, I noticed that using the following: StructuredBuffer

Did create an error diagnostic, since parsing did not allow matrix types.

I added support for it, and added test case support.

mrvux commented 7 years ago

As a side note, we might want the same for typed Constant buffers in SM6

tgjones commented 7 years ago

Thanks!