JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 518834
  • Score
    100M100P100Q180269F

Complete set of constants as specified in the WebGL, WebGL2 and extension spec.

Package Exports

  • webgl-constants

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (webgl-constants) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

WebGL constants

npm version

Complete set of constants as specified in the WebGL, WebGL2 and extension spec.

All constants have their original names prefixed with GL_ in order to namespace the constants and were directly ported from the documentation on the Mozilla Developer Network. In some cases the documentation describes duplicate cases such as UNSIGNED_BYTE as both a data type as well as a pixel type. For that reason I've decided to prefix each with their type resulting in GL_DATA_UNSIGNED_BYTE and GL_PIXEL_UNSIGNED_BYTE.

Licence

My work is released under the MIT license.