glslx-vscode
glslx-vscode copied to clipboard
Doesn't recognize #define?
Hi, this extension looks really cool!
I gave it a try and ran into a couple of hitches:
-
Normally I like to use the
.glslextension for my shader files. Is it possible to enable it for extensions other than.glslx? (A note in the readme would also be helpful.) -
It doesn't seem to understand
#define. It gives meSyntax error "#"
Not only does it not understand the #define, but it seems to stop parsing beyond that point.