UNPKG

@luma.gl/shadertools

Version:

Shader module system for luma.gl

8 lines (7 loc) 256 B
// Recommendation is to ignore message but current test suite checks agains the // message so keep it for now. export default function assert(condition, message) { if (!condition) { throw new Error(message || 'shadertools: assertion failed.'); } }