graphitemaster / glsl-parser

A GLSL parser
MIT License
260 stars 30 forks source link

Support for ssbo (buffer keyword), ubos, in/out builtins gl_* #19

Closed Pitj3 closed 3 years ago

Pitj3 commented 3 years ago

Currently the parser is expecting a typename but it's receiving a identifier for SSBO's and UBO's. Also parser is missing all built in GL variables.

graphitemaster commented 3 years ago

Implemented in 948b935