https://github.com/06wj/gl-extensions-constants
webgl-extensions-constants
https://github.com/06wj/gl-extensions-constants
constants extensions gl webgl
Last synced: 4 months ago
JSON representation
webgl-extensions-constants
- Host: GitHub
- URL: https://github.com/06wj/gl-extensions-constants
- Owner: 06wj
- Created: 2017-12-07T08:07:34.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-12-07T08:47:00.000Z (over 8 years ago)
- Last Synced: 2025-10-28T02:58:06.526Z (7 months ago)
- Topics: constants, extensions, gl, webgl
- Language: JavaScript
- Size: 1.95 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# gl-extensions-constants [![npm][npm-image]][npm-url]
WebGL 1.0 extensions constants.
### Usage
```
var constants = require('gl-extensions-constants');
console.log(constants.COMPRESSED_RGB_S3TC_DXT1_EXT);
```
### License
[MIT License](http://en.wikipedia.org/wiki/MIT_License)
[npm-image]: https://img.shields.io/npm/v/gl-extensions-constants.svg?style=flat-square
[npm-url]: https://www.npmjs.com/package/gl-extensions-constants