fsleyes.gl.shaders.glsl.parse
This module implements a simple GLSL parser, for extracting information about a GLSL program.
Note
The code in this module is based on work by Nicolas P. Rougier (https://github.com/rougier/glsl-parser), which is released under the New BSD license.
The main entry point to this module is the parseGLSL()
function which,
given the source code of a GLSL program, parses it and returns information
about the program.