(pred, message)
| 2570 | // perform type validation |
| 2571 | check.optional(function () { |
| 2572 | function check (pred, message) { |
| 2573 | env.assert(scope, pred, |
| 2574 | 'bad data or missing for uniform "' + name + '". ' + message) |
| 2575 | } |
| 2576 | |
| 2577 | function checkType (type) { |
| 2578 | check( |
no outgoing calls
no test coverage detected
searching dependent graphs…