graphitemaster / glsl-parser

A GLSL parser
MIT License
260 stars 30 forks source link

Interpolation Qualifiers #16

Closed tay10r closed 4 years ago

tay10r commented 4 years ago

Don't seem to be showing up with trivial example:

smooth in vec4 a;

Gets printed as:

in vec4 a;