highlights(hlsl): add more reserved modifiers

This commit is contained in:
Stephan Seitz 2022-08-27 00:44:14 +02:00
parent 3f6845d938
commit f53a5a6471

View file

@ -9,10 +9,21 @@
"groupshared"
"discard"
"cbuffer"
"nointerpolation"
"row_major"
"column_major"
"globallycoherent"
"centroid"
"noperspective"
"nointerpolation"
"sample"
"linear"
"snorm"
"unorm"
"point"
"line"
"triangleadj"
"lineadj"
"triangle"
] @keyword
(