graphitemaster / glsl-parser

A GLSL parser
MIT License
260 stars 30 forks source link

Organization #15

Closed tay10r closed 4 years ago

tay10r commented 4 years ago

Put headers into include/glsl/ and sources into lib/.

This requires that #14 be modified to account for the moved sources and new include directory.

graphitemaster commented 4 years ago

I don't care to turn this into a library. It's meant to be just swallowed into your tree like a single-file library.