npm stats
  • Search
  • About
  • Repo
  • Sponsor
  • more
    • Search
    • About
    • Repo
    • Sponsor

Made by Antonio Ramirez

gl-shader-errors

1.0.3

@hughsk

npmHomeRepoSnykSocket
Downloads:1656
$ npm install gl-shader-errors
DailyWeeklyMonthlyYearly

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.