UNPKG

@luma.gl/gltools

Version:

WebGL2 API Polyfills for WebGL1 WebGLRenderingContext

13 lines (11 loc) 266 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.assert = assert; function assert(condition, message) { if (!condition) { throw new Error(message || 'luma.gl: assertion failed.'); } } //# sourceMappingURL=assert.js.map