2.0.1 • Published 8 years ago

webgl2-core-extensions v2.0.1

Weekly downloads
8
License
MIT
Repository
github
Last release
8 years ago

webgl2-core-extensions

stable

This module provides an array of extension names that have been promoted to core in WebGL2.

var core = require('webgl2-core-extensions')

core.indexOf('EXT_blend_minmax') >= 0
//=> true

core.indexOf('WEBGL_compressed_texture_s3tc') >= 0
//=> false

See WebGL Extension Registry for details. PRs welcome.

Usage

NPM

extensions = require('webgl2-core-extensions')

Provides an array of strings, extensions.

License

MIT, see LICENSE.md for details.