UNPKG

@luma.gl/gltools

Version:

WebGL2 API Polyfills for WebGL1 WebGLRenderingContext

6 lines 167 B
export function assert(condition, message) { if (!condition) { throw new Error(message || 'luma.gl: assertion failed.'); } } //# sourceMappingURL=assert.js.map