Skip to content

stackgl/gl-shader-errors

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gl-shader-errors experimental

"Parses" the log output of gl.getShaderInfoLog to get separate error objects.

Usage

NPM

errors = parse(log)

Where log is the string output of gl.getShaderInfoLog, return an array of errors with the following properties:

  • message: the error message
  • line: the line the error appears in the shader.
  • file: the file ID that the error appears in.

License

MIT. See LICENSE.md for details.

About

"Parses" the log output of `gl.getShaderInfoLog`

Resources

License

Stars

Watchers

Forks

Packages

No packages published