A Visual Studio extension that provides enhanced support for editing High Level Shading Language (HLSL) files
569
stars
97
forks
source link
#224 #231 Macro VariadicArgument operator improves with stringification. #264
Open
TIMONz1535 opened 7 months ago
Based on @Jasonchan35 pull request.
token.ContextualKind
instead oftoken.Kind
.NoVariadicArgumentParameter
(causes a crash lol). Instead let the parser make the decision.__VA_ARGS__
consider to be valid. It doesn't actually have to be an ellipsis...
.#__VA_ARGS__
.produces