UNPKG

@luma.gl/shadertools

Version:

Shader module system for luma.gl

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