0.0.0 • Published 10 years ago

glsl-extract-sync v0.0.0

Weekly downloads
16
License
MIT
Repository
github
Last release
10 years ago

glsl-extract-sync experimental

A synchronous version of @chrisdickinson's glsl-extract module, originally sourced from @mikolalysenko's gl-shader module.

Usage

NPM

exports = extract(shaderString)

Returns an object with the attributes and uniforms defined in a given shader string.

License

MIT. See LICENSE.md for details.