UNPKG

@luma.gl/gltools

Version:

WebGL2 API Polyfills for WebGL1 WebGLRenderingContext

7 lines (6 loc) 174 B
// Avoid bundling assert polyfill module export function assert(condition, message) { if (!condition) { throw new Error(message || 'luma.gl: assertion failed.'); } }