UNPKG

@luma.gl/shadertools

Version:

Shader module system for luma.gl

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